diff options
Diffstat (limited to 'src/soc/intel/broadwell/Makefile.inc')
-rw-r--r-- | src/soc/intel/broadwell/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/broadwell/Makefile.inc b/src/soc/intel/broadwell/Makefile.inc index 01f351d681..dc16ae4bb9 100644 --- a/src/soc/intel/broadwell/Makefile.inc +++ b/src/soc/intel/broadwell/Makefile.inc @@ -1,10 +1,6 @@ ifeq ($(CONFIG_SOC_INTEL_BROADWELL),y) -ifeq ($(CONFIG_CPU_INTEL_HASWELL),y) romstage-y += cpu/romstage.c -else -subdirs-y += cpu -endif subdirs-y += pch |