2015-10-06 19:33:49 +02:00
|
|
|
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
|
|
|
|
|
2015-10-07 02:16:41 +02:00
|
|
|
bootblock-y += bootblock/bootblock.c
|
|
|
|
bootblock-y += bootblock/cache_as_ram.S
|
2016-02-10 02:02:57 +01:00
|
|
|
bootblock-y += gpio.c
|
2015-10-07 02:16:41 +02:00
|
|
|
bootblock-y += placeholders.c
|
|
|
|
|
2015-10-06 19:33:49 +02:00
|
|
|
romstage-y += placeholders.c
|
2016-02-10 02:02:57 +01:00
|
|
|
romstage-y += gpio.c
|
2015-10-06 19:33:49 +02:00
|
|
|
smm-y += placeholders.c
|
|
|
|
ramstage-y += placeholders.c
|
2016-02-10 02:02:57 +01:00
|
|
|
ramstage-y += gpio.c
|
2015-10-06 19:33:49 +02:00
|
|
|
|
2015-10-07 02:16:41 +02:00
|
|
|
CPPFLAGS_common += -I$(src)/soc/intel/apollolake/include
|
|
|
|
|
2015-10-06 19:33:49 +02:00
|
|
|
endif
|