aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/spd/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/brya/spd/Makefile.inc')
-rw-r--r--src/mainboard/google/brya/spd/Makefile.inc11
1 files changed, 11 insertions, 0 deletions
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