]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
V4L/DVB (12804): tm6000: Build the module properly if CONFIG_VIDEO_TM6000_DVB is...
authorMichel Ludwig <michel.ludwig@gmail.com>
Wed, 10 Oct 2007 06:50:10 +0000 (03:50 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 18 May 2010 03:39:49 +0000 (00:39 -0300)
Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/Makefile

index 9b0e5b5bf3dba1f8edba64d3aaf6102e47192311..294e0ce49ac9fe2c119e9b33883e248b7c4eca43 100644 (file)
@@ -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