aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-12-08 01:00:11 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-12-09 02:11:24 +0000
commit20a4874445dfc52b4721b01246d86e1114165b1b (patch)
tree446b95dd46b9482d712da5e62eb599d91cd99f74 /src/soc/amd/common
parent26935d1ecc3e92803de985473b1a124982a9e226 (diff)
soc/amd/common/block/acpimmio: use all-y for mmio_util target
Since mmio_util gets also linked into verstage on PSP, all-y can be used here. Change-Id: I03572d760b485938f0d00b6cead00746eda6ca09 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48436 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common')
-rw-r--r--src/soc/amd/common/block/acpimmio/Makefile.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/soc/amd/common/block/acpimmio/Makefile.inc b/src/soc/amd/common/block/acpimmio/Makefile.inc
index 6b3e423a76..c93e67d77b 100644
--- a/src/soc/amd/common/block/acpimmio/Makefile.inc
+++ b/src/soc/amd/common/block/acpimmio/Makefile.inc
@@ -1,10 +1,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_ACPIMMIO),y)
-bootblock-y += mmio_util.c
-verstage-y += mmio_util.c
-romstage-y += mmio_util.c
-postcar-y += mmio_util.c
-ramstage-y += mmio_util.c
+all-y += mmio_util.c
smm-y += mmio_util.c
bootblock-y += biosram.c