From 3765b50374f223488a776dfa5c5c9aad0d39d9f0 Mon Sep 17 00:00:00 2001 From: Amanda Huang Date: Thu, 14 Jan 2021 15:20:58 +0800 Subject: mb/google/brya/var/brya0: Use auto-generated Makefile.inc This change adds mem_list_variant.txt that contains the only memory parts used by brya0 for Proto-0 build and Makefile.inc generated by gen_part_id.go using mem_list_variant.txt. BUG=b:176491791 Change-Id: I3fe755564e7541a7abdfca0e5aa7fd786f5ca880 Signed-off-by: Amanda Huang Reviewed-on: https://review.coreboot.org/c/coreboot/+/49454 Tested-by: build bot (Jenkins) Reviewed-by: EricR Lai Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/brya/spd/Makefile.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/mainboard/google/brya/spd/Makefile.inc (limited to 'src/mainboard/google/brya/spd') diff --git a/src/mainboard/google/brya/spd/Makefile.inc b/src/mainboard/google/brya/spd/Makefile.inc new file mode 100644 index 0000000000..e7a1c5d516 --- /dev/null +++ b/src/mainboard/google/brya/spd/Makefile.inc @@ -0,0 +1,11 @@ +## SPDX-License-Identifier: GPL-2.0-or-later +## + +ifneq ($(SPD_SOURCES),) +ifeq ($(SPD_SOURCE_PATH),) +SPD_SOURCE_PATH := src/soc/intel/alderlake/spd +endif + +LIB_SPD_DEPS := $(foreach f, $(SPD_SOURCES), $(SPD_SOURCE_PATH)/$(f)) + +endif -- cgit v1.2.3