aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/romstage/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/braswell/romstage/Makefile.inc')
-rw-r--r--src/soc/intel/braswell/romstage/Makefile.inc9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/soc/intel/braswell/romstage/Makefile.inc b/src/soc/intel/braswell/romstage/Makefile.inc
index 345037d51f..4149d2263a 100644
--- a/src/soc/intel/braswell/romstage/Makefile.inc
+++ b/src/soc/intel/braswell/romstage/Makefile.inc
@@ -1,7 +1,4 @@
-cpu_incs += $(src)/soc/intel/baytrail/romstage/cache_as_ram.inc
-romstage-y += romstage.c
-romstage-y += raminit.c
-romstage-$(CONFIG_ENABLE_BUILTIN_COM1) += uart.c
-romstage-y += gfx.c
+romstage-y += early_spi.c
romstage-y += pmc.c
-romstage-y += early_spi.c \ No newline at end of file
+romstage-y += romstage.c
+