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:
parent
7f9b1412f5
commit
2b971af238
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ tm6000-objs := tm6000-cards.o \
|
||||||
tm6000-video.o
|
tm6000-video.o
|
||||||
|
|
||||||
ifeq ($(CONFIG_VIDEO_TM6000_DVB),y)
|
ifeq ($(CONFIG_VIDEO_TM6000_DVB),y)
|
||||||
tm6000-objs := tm6000-dvb.o \
|
tm6000-objs += tm6000-dvb.o \
|
||||||
hack.o
|
hack.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue