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