aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/cpu/Makefile.inc
blob: 395ab084a399c3bab64e3aa0a859c180b56d9ac2 (plain)
1
2
3
4
5
6
7
8
bootblock-$(CONFIG_SOC_AMD_COMMON_BLOCK_CAR) += car/cache_as_ram.S
bootblock-$(CONFIG_SOC_AMD_COMMON_BLOCK_CAR) += car/ap_exit_car.S
bootblock-$(CONFIG_SOC_AMD_COMMON_BLOCK_CAR) += car/exit_car.S

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

romstage-$(CONFIG_SOC_AMD_COMMON_BLOCK_CAR) += car/ap_exit_car.S
romstage-$(CONFIG_SOC_AMD_COMMON_BLOCK_CAR) += car/exit_car.S