1# SPDX-License-Identifier: GPL-2.0-only 2 3ifeq ($(CONFIG_DRIVERS_AMD_PI),y) 4 5romstage-y += romstage.c 6romstage-y += mtrr_fixme.c 7romstage-y += state_machine.c 8 9ramstage-y += state_machine.c 10 11bootblock-y += bootblock.c 12bootblock-y += cache_as_ram.S 13 14postcar-y += exit_car.S 15 16romstage-y += def_callouts.c 17romstage-y += eventlog.c 18 19ramstage-y += def_callouts.c 20ramstage-y += eventlog.c 21ramstage-y += heapmanager.c 22ramstage-y += acpi_tables.c 23 24endif 25