summaryrefslogtreecommitdiffstats
path: root/src/hw/gpio/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/gpio/Makefile.objs')
-rw-r--r--src/hw/gpio/Makefile.objs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hw/gpio/Makefile.objs b/src/hw/gpio/Makefile.objs
new file mode 100644
index 0000000..52233f7
--- /dev/null
+++ b/src/hw/gpio/Makefile.objs
@@ -0,0 +1,8 @@
+common-obj-$(CONFIG_MAX7310) += max7310.o
+common-obj-$(CONFIG_PL061) += pl061.o
+common-obj-$(CONFIG_PUV3) += puv3_gpio.o
+common-obj-$(CONFIG_ZAURUS) += zaurus.o
+common-obj-$(CONFIG_E500) += mpc8xxx.o
+
+obj-$(CONFIG_OMAP) += omap_gpio.o
+obj-$(CONFIG_IMX) += imx_gpio.o
OpenPOWER on IntegriCloud