aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/alderlake/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/alderlake/Makefile.inc')
-rw-r--r--src/soc/intel/alderlake/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/Makefile.inc b/src/soc/intel/alderlake/Makefile.inc
index a0b0e36e46..7ea9301a35 100644
--- a/src/soc/intel/alderlake/Makefile.inc
+++ b/src/soc/intel/alderlake/Makefile.inc
@@ -12,11 +12,18 @@ bootblock-y += bootblock/cpu.c
bootblock-y += bootblock/pch.c
bootblock-y += bootblock/report_platform.c
bootblock-y += espi.c
+bootblock-y += gpio.c
bootblock-y += p2sb.c
romstage-y += espi.c
+romstage-y += gpio.c
romstage-y += meminit.c
romstage-y += reset.c
+
+ramstage-y += gpio.c
+
+smm-y += gpio.c
+
CPPFLAGS_common += -I$(src)/soc/intel/alderlake
CPPFLAGS_common += -I$(src)/soc/intel/alderlake/include
endif