summaryrefslogtreecommitdiff
path: root/src/mainboard/google/volteer/spd/Makefile.inc
blob: eb8e6ff35503c5f36cd891eb01d8778708c21ee6 (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/tigerlake/spd
endif

LIB_SPD_DEPS := $(foreach f, $(SPD_SOURCES), $(SPD_SOURCE_PATH)/$(f))

endif