summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/cpu/Makefile.inc
blob: 425384458218d79d36f52a07bd87e7952031e4c9 (plain)
1
2
3
4
5
6
7
8
9
bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CAR) += car/cache_as_ram.S
bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CPU) += cpulib.c

romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CAR) += car/exit_car.S
romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CPU) += cpulib.c

postcar-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CAR) += car/exit_car.S

ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_CPU) += cpulib.c