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>
This commit is contained in:
parent
26935d1ecc
commit
20a4874445
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue