aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/acpimmio/Makefile.inc
blob: c93e67d77b2769df4777bce58cca7d470dfcfb7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO),y)

all-y += mmio_util.c
smm-y += mmio_util.c

bootblock-y += biosram.c
verstage_x86-y += biosram.c
romstage-y += biosram.c
postcar-y += biosram.c
ramstage-y += biosram.c
smm-y += biosram.c

endif # CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO