Skip to content

Commit

Permalink
V4L/DVB (12804): tm6000: Build the module properly if CONFIG_VIDEO_TM…
Browse files Browse the repository at this point in the history
…6000_DVB is selected.

Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Michel Ludwig authored and Mauro Carvalho Chehab committed May 18, 2010
1 parent 7f9b141 commit 2b971af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/tm6000/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2b971af

Please sign in to comment.