From 4bbcf60556ee9483b34b6040f25852a30264b09c Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 11 Dec 2020 22:58:01 +0100 Subject: soc/amd/common/block/gpio: use all-y in Makefile Change-Id: Ib77e3d088cc07da4e43a63afb863bb90796f9a37 Signed-off-by: Felix Held Reviewed-on: https://review.coreboot.org/c/coreboot/+/48585 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson --- src/soc/amd/common/block/gpio_banks/Makefile.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/soc/amd') diff --git a/src/soc/amd/common/block/gpio_banks/Makefile.inc b/src/soc/amd/common/block/gpio_banks/Makefile.inc index 5b738bd371..616b58986d 100644 --- a/src/soc/amd/common/block/gpio_banks/Makefile.inc +++ b/src/soc/amd/common/block/gpio_banks/Makefile.inc @@ -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 -- cgit v1.2.3