diff options
Diffstat (limited to 'src/mainboard/google/volteer/spd/Makefile.inc')
-rw-r--r-- | src/mainboard/google/volteer/spd/Makefile.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainboard/google/volteer/spd/Makefile.inc b/src/mainboard/google/volteer/spd/Makefile.inc index eb8e6ff355..be4d98bd1d 100644 --- a/src/mainboard/google/volteer/spd/Makefile.inc +++ b/src/mainboard/google/volteer/spd/Makefile.inc @@ -2,10 +2,5 @@ ## 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)) - +LIB_SPD_DEPS := $(SPD_SOURCES) endif |