aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Ludwig <[email protected]>2007-10-10 03:50:10 -0300
committerMauro Carvalho Chehab <[email protected]>2010-05-18 00:39:49 -0300
commit2b971af2384a11db0dbdb82e41fd9577ffaea46f (patch)
treea65f8f165bd089a61262a5b5d451e7772ceeaa13
parent7f9b1412f56eb5ec10694c27f93bd33276be0465 (diff)
V4L/DVB (12804): tm6000: Build the module properly if CONFIG_VIDEO_TM6000_DVB is selected.
Signed-off-by: Michel Ludwig <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/staging/tm6000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/Makefile b/drivers/staging/tm6000/Makefile
index 9b0e5b5bf3db..294e0ce49ac9 100644
--- a/drivers/staging/tm6000/Makefile
+++ b/drivers/staging/tm6000/Makefile
@@ -4,7 +4,7 @@ tm6000-objs := tm6000-cards.o \
tm6000-video.o
ifeq ($(CONFIG_VIDEO_TM6000_DVB),y)
-tm6000-objs := tm6000-dvb.o \
+tm6000-objs += tm6000-dvb.o \
hack.o
endif