1## SPDX-License-Identifier: GPL-2.0-only 2ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_CAR),y) 3 4bootblock-y += cache_as_ram.S 5bootblock-y += ap_exit_car.S 6bootblock-y += exit_car.S 7 8postcar-y += exit_car.S 9 10romstage-y += ap_exit_car.S 11romstage-y += exit_car.S 12 13endif # CONFIG_SOC_AMD_COMMON_BLOCK_CAR 14