Felix Held has uploaded this change for review.

View Change

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

Change-Id: Ib77e3d088cc07da4e43a63afb863bb90796f9a37
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
---
M src/soc/amd/common/block/gpio_banks/Makefile.inc
1 file changed, 1 insertion(+), 5 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/85/48585/1
diff --git a/src/soc/amd/common/block/gpio_banks/Makefile.inc b/src/soc/amd/common/block/gpio_banks/Makefile.inc
index 5b738bd..616b589 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

To view, visit change 48585. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ib77e3d088cc07da4e43a63afb863bb90796f9a37
Gerrit-Change-Number: 48585
Gerrit-PatchSet: 1
Gerrit-Owner: Felix Held <felix-coreboot@felixheld.de>
Gerrit-MessageType: newchange