soc/amd/common/block/gpio: use all-y in Makefile

Change-Id: Ib77e3d088cc07da4e43a63afb863bb90796f9a37
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48585
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Felix Held 2020-12-11 22:58:01 +01:00
parent dffdea8a76
commit 4bbcf60556
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
ifeq ($(CONFIG_SOC_AMD_COMMON_BLOCK_BANKED_GPIOS),y)
bootblock-y += gpio.c
verstage-y += gpio.c
romstage-y += gpio.c
postcar-y += gpio.c
ramstage-y += gpio.c
all-y += gpio.c
smm-y += gpio.c
endif # CONFIG_SOC_AMD_COMMON_BLOCK_BANKED_GPIOS