projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f9b141
)
V4L/DVB (12804): tm6000: Build the module properly if CONFIG_VIDEO_TM6000_DVB is...
author
Michel Ludwig
<michel.ludwig@gmail.com>
Wed, 10 Oct 2007 06:50:10 +0000
(
03:50
-0300)
committer
Mauro 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
patch
|
blob
|
history
diff --git
a/drivers/staging/tm6000/Makefile
b/drivers/staging/tm6000/Makefile
index 9b0e5b5bf3dba1f8edba64d3aaf6102e47192311..294e0ce49ac9fe2c119e9b33883e248b7c4eca43 100644
(file)
--- 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