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:
8e08af3
)
V4L/DVB (7499): v4l/dvb Kconfig: Fix bugzilla #10067
author
Mauro Carvalho Chehab
<mchehab@infradead.org>
Thu, 3 Apr 2008 23:08:04 +0000
(20:08 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 6 Apr 2008 20:13:20 +0000
(17:13 -0300)
tda8290 breaks if tuner is selected, but CONFIG_DVB=n.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Makefile
patch
|
blob
|
history
diff --git
a/drivers/media/Makefile
b/drivers/media/Makefile
index 8cf91353b56afa82e64b48324a9c5e6aea65494b..7b8bb6949f5e877262312666a4991bf46c957c81 100644
(file)
--- a/
drivers/media/Makefile
+++ b/
drivers/media/Makefile
@@
-6,3
+6,6
@@
obj-y := common/
obj-y += video/
obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB_CORE) += dvb/
+ifeq ($(CONFIG_DVB_CORE),)
+ obj-$(CONFIG_VIDEO_TUNER) += dvb/frontends/
+endif