aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Makefile.inc
blob: b37cf8d8b333cc91cea4da5129eb873bf6effc32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ifeq ($(CONFIG_SOC_INTEL_APOLLOLAKE),y)

subdirs-y += ../../../cpu/intel/microcode
subdirs-y += ../../../cpu/intel/turbo
subdirs-y += ../../../cpu/x86/lapic
subdirs-y += ../../../cpu/x86/mtrr
subdirs-y += ../../../cpu/x86/smm
subdirs-y += ../../../cpu/x86/tsc

romstage-y += placeholders.c
smm-y += placeholders.c
ramstage-y += placeholders.c

endif