aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/brya/spd/Makefile.inc
blob: e7a1c5d516e5ac9d7cd552af62ef82217f0ea70f (plain)
1
2
3
4
5
6
7
8
9
10
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