summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/Makefile.inc')
-rw-r--r--src/soc/intel/broadwell/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/Makefile.inc b/src/soc/intel/broadwell/Makefile.inc
index 55eddf18fd..971a5dc939 100644
--- a/src/soc/intel/broadwell/Makefile.inc
+++ b/src/soc/intel/broadwell/Makefile.inc
@@ -1,6 +1,7 @@
ifeq ($(CONFIG_SOC_INTEL_BROADWELL),y)
subdirs-y += pch
+subdirs-y += refcode
bootblock-y += bootblock.c
@@ -19,7 +20,7 @@ ramstage-y += minihd.c
ramstage-y += northbridge.c
ramstage-y += pei_data.c
romstage-y += pei_data.c
-ramstage-$(CONFIG_HAVE_REFCODE_BLOB) += refcode.c
+ramstage-y += refcode.c
CPPFLAGS_common += -Isrc/soc/intel/broadwell/include