summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev/qe_lib/Makefile
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2008-05-19 17:47:05 (GMT)
committerKumar Gala <galak@kernel.crashing.org>2008-06-10 16:11:10 (GMT)
commit32def337aafee0bc65eb58d5b1b3617525eb7fb7 (patch)
tree22173ef1c86e1dd6de2eadee2600dbad1e029249 /arch/powerpc/sysdev/qe_lib/Makefile
parent9572653ee01a2134ae3a1d7aa29ce9d026a6afe9 (diff)
downloadlinux-fsl-qoriq-32def337aafee0bc65eb58d5b1b3617525eb7fb7.tar.xz
powerpc/QE: implement support for the GPIO LIB API
This is needed to access QE GPIOs via Linux GPIO API. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-By: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/sysdev/qe_lib/Makefile')
-rw-r--r--arch/powerpc/sysdev/qe_lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/qe_lib/Makefile b/arch/powerpc/sysdev/qe_lib/Makefile
index e9ff888..f1855c1 100644
--- a/arch/powerpc/sysdev/qe_lib/Makefile
+++ b/arch/powerpc/sysdev/qe_lib/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_UCC) += ucc.o
obj-$(CONFIG_UCC_SLOW) += ucc_slow.o
obj-$(CONFIG_UCC_FAST) += ucc_fast.o
obj-$(CONFIG_QE_USB) += usb.o
+obj-$(CONFIG_QE_GPIO) += gpio.o