summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/Makefile
diff options
context:
space:
mode:
authorStefan Ringel2010-02-15 18:37:23 +0100
committerMauro Carvalho Chehab2010-05-18 05:44:05 +0200
commit89eeda67118c10b0d3d0d94006919d7640b26ab4 (patch)
tree442f85a6d383f9cc71279efdf66141ebdc93332f /drivers/staging/tm6000/Makefile
parentV4L/DVB: tm6000: change version to 0.0.2 (diff)
downloadkernel-qcow2-linux-89eeda67118c10b0d3d0d94006919d7640b26ab4.tar.gz
kernel-qcow2-linux-89eeda67118c10b0d3d0d94006919d7640b26ab4.tar.xz
kernel-qcow2-linux-89eeda67118c10b0d3d0d94006919d7640b26ab4.zip
V4L/DVB: tm6000: remove hack.c hack.h, switch to zl10353 module
"hack" module were a temporary file with some zl10353 magic. This is not needed anymore. Just remove it. [mchehab@redhat.com: CodingStyle fixes] Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de> 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, 1 insertions, 2 deletions
diff --git a/drivers/staging/tm6000/Makefile b/drivers/staging/tm6000/Makefile
index f904d5779c81..93370fccc073 100644
--- a/drivers/staging/tm6000/Makefile
+++ b/drivers/staging/tm6000/Makefile
@@ -5,8 +5,7 @@ tm6000-objs := tm6000-cards.o \
tm6000-stds.o
ifeq ($(CONFIG_VIDEO_TM6000_DVB),y)
-tm6000-objs += tm6000-dvb.o \
- hack.o
+tm6000-objs += tm6000-dvb.o
endif
obj-$(CONFIG_VIDEO_TM6000) += tm6000.o