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 7ee69908f8..f8743cf7b5 100644
--- a/src/soc/intel/broadwell/Makefile.inc
+++ b/src/soc/intel/broadwell/Makefile.inc
@@ -2,6 +2,7 @@ ifeq ($(CONFIG_SOC_INTEL_BROADWELL),y)
subdirs-y += cpu
subdirs-y += pch
+subdirs-y += refcode
bootblock-y += bootblock.c
@@ -20,7 +21,7 @@ ramstage-y += minihd.c
ramstage-y += pei_data.c
romstage-y += pei_data.c
ramstage-y += ramstage.c
-ramstage-$(CONFIG_HAVE_REFCODE_BLOB) += refcode.c
+ramstage-y += refcode.c
ramstage-y += systemagent.c
CPPFLAGS_common += -Isrc/soc/intel/broadwell/include