Archived
14
0
Fork 0

V4L/DVB (12804): tm6000: Build the module properly if CONFIG_VIDEO_TM6000_DVB is selected.

Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Michel Ludwig 2007-10-10 03:50:10 -03:00 committed by Mauro Carvalho Chehab
parent 7f9b1412f5
commit 2b971af238

View 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