blob: bbc52fbd3d1aec1137251c1022062bc2f27df7f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO),y)
all-y += mmio_util.c
smm-y += mmio_util.c
all-$(CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO_BIOSRAM) += biosram.c
smm-$(CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO_BIOSRAM) += biosram.c
bootblock-y += print_reset_status.c
endif # CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO
|