diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/apollolake/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Makefile.inc b/src/soc/intel/apollolake/Makefile.inc index 328a5b43a7..3e307f5b86 100644 --- a/src/soc/intel/apollolake/Makefile.inc +++ b/src/soc/intel/apollolake/Makefile.inc @@ -25,6 +25,7 @@ romstage-y += gpio.c romstage-$(CONFIG_SOC_UART_DEBUG) += uart_early.c romstage-y += memmap.c romstage-y += mmap_boot.c +romstage-y += tsc_freq.c smm-y += placeholders.c @@ -40,6 +41,7 @@ ramstage-y += mmap_boot.c ramstage-y += uart.c ramstage-y += northbridge.c ramstage-y += spi.c +ramstage-y += tsc_freq.c postcar-y += exit_car.S postcar-y += memmap.c |