summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-12-11 22:58:01 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-12-13 22:18:19 +0000
commit4bbcf60556ee9483b34b6040f25852a30264b09c (patch)
tree690bdf7b46cc5afd6ea6f821bf1e0c769aded501 /src
parentdffdea8a76e6ebc0f94ad25083983ae538f1d077 (diff)
downloadcoreboot-4bbcf60556ee9483b34b6040f25852a30264b09c.tar.gz
coreboot-4bbcf60556ee9483b34b6040f25852a30264b09c.tar.bz2
coreboot-4bbcf60556ee9483b34b6040f25852a30264b09c.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/soc/amd/common/block/gpio_banks/Makefile.inc6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/soc/amd/common/block/gpio_banks/Makefile.inc b/src/soc/amd/common/block/gpio_banks/Makefile.inc
index 5b738bd3714a..616b58986d91 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