aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/gpio/Makefile.inc
diff options
context:
space:
mode:
authorHannah Williams <hannah.williams@intel.com>2017-05-17 23:24:22 -0700
committerMartin Roth <martinroth@google.com>2017-06-29 14:53:45 +0000
commitd28bd0c79e47f425711eade50c9e2e5bb8cb2d86 (patch)
treef1fa1dd3e026a3f270947575ae0b26a7f211b45c /src/soc/intel/common/block/gpio/Makefile.inc
parent81096041b8da42b17e57c63bdf81902b6ec69d61 (diff)
soc/intel/common/block/gpio: Port gpio code from Apollolake to common
Change-Id: Ic48401e92103ff0ec278fb69a3d304148a2d79aa Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/19759 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/common/block/gpio/Makefile.inc')
-rw-r--r--src/soc/intel/common/block/gpio/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/gpio/Makefile.inc b/src/soc/intel/common/block/gpio/Makefile.inc
new file mode 100644
index 0000000000..bf40397b26
--- /dev/null
+++ b/src/soc/intel/common/block/gpio/Makefile.inc
@@ -0,0 +1,4 @@
+bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_GPIO) += gpio.c
+ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_GPIO) += gpio.c
+romstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_GPIO) += gpio.c
+smm-$(CONFIG_SOC_INTEL_COMMON_BLOCK_GPIO) += gpio.c