V4L/DVB (6814): Makefile: always enter video/
authorAdrian Bunk <bunk@kernel.org>
Wed, 12 Dec 2007 18:40:32 +0000 (15:40 -0300)
committerMauro 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

index 8fa19939c2b6e5878bdfd29158d92a08be3dccf2..8cf91353b56afa82e64b48324a9c5e6aea65494b 100644 (file)
@@ -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/