aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/cezanne/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/cezanne/Makefile.inc')
-rw-r--r--src/soc/amd/cezanne/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Makefile.inc b/src/soc/amd/cezanne/Makefile.inc
index 2852b6a652..5ffe06fa05 100644
--- a/src/soc/amd/cezanne/Makefile.inc
+++ b/src/soc/amd/cezanne/Makefile.inc
@@ -9,14 +9,18 @@ all-y += config.c
bootblock-y += bootblock.c
bootblock-y += early_fch.c
+bootblock-y += gpio.c
bootblock-y += reset.c
+verstage_x86-y += gpio.c
verstage_x86-y += reset.c
+romstage-y += gpio.c
romstage-y += reset.c
romstage-y += romstage.c
ramstage-y += chip.c
+ramstage-y += gpio.c
ramstage-y += reset.c
CPPFLAGS_common += -I$(src)/soc/amd/cezanne/include