summaryrefslogtreecommitdiff
path: root/drivers/staging/solo6x10/Makefile
diff options
context:
space:
mode:
authorBen Collins <bcollins@bluecherry.net>2010-06-17 17:27:26 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-22 22:57:44 (GMT)
commitfaa4fd2a09517b39cc1f5d622453f97a59acfdac (patch)
tree019ae8a1b66a91cb80fb4e69a000fdf2bc141343 /drivers/staging/solo6x10/Makefile
parent412b2d08b93165303d698267d1eeac19e14e67a4 (diff)
downloadlinux-fsl-qoriq-faa4fd2a09517b39cc1f5d622453f97a59acfdac.tar.xz
Staging: solo6x10: New driver (staging) for Softlogic 6x10
This driver supports Softlogic 6x10 based codec cards Signed-off-by: Ben Collins <bcollins@bluecherry.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/solo6x10/Makefile')
-rw-r--r--drivers/staging/solo6x10/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/staging/solo6x10/Makefile b/drivers/staging/solo6x10/Makefile
new file mode 100644
index 0000000..7e70044
--- /dev/null
+++ b/drivers/staging/solo6x10/Makefile
@@ -0,0 +1,6 @@
+solo6x10-objs := solo6010-core.o solo6010-i2c.o solo6010-p2m.o \
+ solo6010-v4l2.o solo6010-tw28.o solo6010-gpio.o \
+ solo6010-disp.o solo6010-enc.o solo6010-v4l2-enc.o \
+ solo6010-g723.o
+
+obj-$(CONFIG_SOLO6X10) := solo6x10.o