summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2009-09-14 14:42:41 +0200
committerMauro Carvalho Chehab2010-05-18 05:39:25 +0200
commit9701dc94a14e54a33c3c99744ec3a761f6385fc6 (patch)
tree108ba8e47fd309b34a8fddb85f43231a53b4c8ac /drivers/staging/tm6000/Makefile
parentLinus 2.6.34 (diff)
downloadkernel-qcow2-linux-9701dc94a14e54a33c3c99744ec3a761f6385fc6.tar.gz
kernel-qcow2-linux-9701dc94a14e54a33c3c99744ec3a761f6385fc6.tar.xz
kernel-qcow2-linux-9701dc94a14e54a33c3c99744ec3a761f6385fc6.zip
V4L/DVB (12770): Add tm6000 driver to staging tree
Adds a driver for Trident TV Master tm5600/tm6000 chips. Those USB devices are usually found with a Xceive xc2028/xc3028 tuner, although the firmware seems to be modified to work with those chips on some older devices. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/Makefile')
-rw-r--r--drivers/staging/tm6000/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/tm6000/Makefile b/drivers/staging/tm6000/Makefile
new file mode 100644
index 000000000000..1efc583c10a4
--- /dev/null
+++ b/drivers/staging/tm6000/Makefile
@@ -0,0 +1,8 @@
+tm6000-objs := tm6000-cards.o \
+ tm6000-core.o \
+ tm6000-i2c.o \
+ tm6000-video.o
+
+obj-$(CONFIG_VIDEO_TM6000) += tm6000.o
+
+EXTRA_CFLAGS = -Idrivers/media/video