summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-09-14 09:42:41 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-05-18 00:39:25 -0300
commit9701dc94a14e54a33c3c99744ec3a761f6385fc6 (patch)
tree108ba8e47fd309b34a8fddb85f43231a53b4c8ac /drivers/staging/tm6000/Makefile
parente40152ee1e1c7a63f4777791863215e3faa37a86 (diff)
downloadop-kernel-dev-9701dc94a14e54a33c3c99744ec3a761f6385fc6.zip
op-kernel-dev-9701dc94a14e54a33c3c99744ec3a761f6385fc6.tar.gz
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 0000000..1efc583
--- /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
OpenPOWER on IntegriCloud