diff options
Diffstat (limited to 'src/soc/intel/apollolake/Makefile.inc')
-rw-r--r-- | src/soc/intel/apollolake/Makefile.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index e58be867fc..7f8beb0c62 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -9,14 +9,20 @@ subdirs-y += ../../../cpu/x86/tsc bootblock-y += bootblock/bootblock.c bootblock-y += bootblock/cache_as_ram.S +bootblock-y += bootblock/bootblock.c bootblock-y += gpio.c bootblock-y += placeholders.c +bootblock-y += tsc_freq.c +bootblock-y += uart_early.c romstage-y += placeholders.c romstage-y += gpio.c +romstage-y += uart_early.c + smm-y += placeholders.c ramstage-y += placeholders.c ramstage-y += gpio.c +ramstage-y += uart_early.c CPPFLAGS_common += -I$(src)/soc/intel/apollolake/include |