projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3aa226
)
V4L/DVB (6814): Makefile: always enter video/
author
Adrian Bunk
<bunk@kernel.org>
Wed, 12 Dec 2007 18:40:32 +0000
(15:40 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Thu, 13 Dec 2007 19:58:05 +0000
(17:58 -0200)
Since not all code under drivers/media/video/ depends on
CONFIG_VIDEO_DEV we cannot only enter it depending
on CONFIG_VIDEO_DEV.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/media/Makefile
b/drivers/media/Makefile
index 8fa19939c2b6e5878bdfd29158d92a08be3dccf2..8cf91353b56afa82e64b48324a9c5e6aea65494b 100644
(file)
--- a/
drivers/media/Makefile
+++ b/
drivers/media/Makefile
@@
-3,6
+3,6
@@
#
obj-y := common/
-obj-
$(CONFIG_VIDEO_DEV)
+= video/
+obj-
y
+= video/
obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB_CORE) += dvb/