summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab2007-11-02 13:51:13 +0100
committerMauro Carvalho Chehab2010-05-18 05:39:52 +0200
commit5200401ad8a80b95b3ba5636580f10adc74b6b60 (patch)
treeb173c7a5a6cabff370d2bb18f9b4de391df41589 /drivers/staging/tm6000/Makefile
parentV4L/DVB (12807): tm6000: Properly select xc2028 parameters (diff)
downloadkernel-qcow2-linux-5200401ad8a80b95b3ba5636580f10adc74b6b60.tar.gz
kernel-qcow2-linux-5200401ad8a80b95b3ba5636580f10adc74b6b60.tar.xz
kernel-qcow2-linux-5200401ad8a80b95b3ba5636580f10adc74b6b60.zip
V4L/DVB (12808): tm6000: Move analog tv standards to tm6000-stds
tm5600/6000/6010 requires a large config table for video standards. Better to move this to their own file. Also added register settings for tm6010 (needs testing. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/staging/tm6000/Makefile')
-rw-r--r--drivers/staging/tm6000/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/Makefile b/drivers/staging/tm6000/Makefile
index 294e0ce49ac9..e4297cae93e2 100644
--- a/drivers/staging/tm6000/Makefile
+++ b/drivers/staging/tm6000/Makefile
@@ -1,7 +1,8 @@
tm6000-objs := tm6000-cards.o \
tm6000-core.o \
tm6000-i2c.o \
- tm6000-video.o
+ tm6000-video.o \
+ tm6000-stds.o
ifeq ($(CONFIG_VIDEO_TM6000_DVB),y)
tm6000-objs += tm6000-dvb.o \