summaryrefslogtreecommitdiff
path: root/src/mainboard/google/dedede/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/dedede/Makefile.inc')
-rw-r--r--src/mainboard/google/dedede/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/dedede/Makefile.inc b/src/mainboard/google/dedede/Makefile.inc
index 2be3feb679..9af93dd2f2 100644
--- a/src/mainboard/google/dedede/Makefile.inc
+++ b/src/mainboard/google/dedede/Makefile.inc
@@ -13,6 +13,8 @@ ramstage-y += board_info.c
smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
subdirs-y += variants/baseboard
+subdirs-y += spd
+
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
VARIANT_DIR:=$(call strip_quotes,$(CONFIG_VARIANT_DIR))