aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/acpimmio/Makefile.inc
blob: d1e0ab9add460e439c4d0862e225ba230605823d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-License-Identifier: GPL-2.0-only
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