diff options
Diffstat (limited to 'src/mainboard/google/brya/spd')
-rw-r--r-- | src/mainboard/google/brya/spd/Makefile.inc | 11 |
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 |