Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1c1a8b9cbec2b6a75b8fa0abf6ccfd948229998a
Commit:     1c1a8b9cbec2b6a75b8fa0abf6ccfd948229998a
Parent:     b3aa2269bd06681fbd0c47d2007381c35258ce0c
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Dec 12 15:40:32 2007 -0300
Committer:  Mauro Carvalho Chehab <[EMAIL PROTECTED]>
CommitDate: Thu Dec 13 17:58:05 2007 -0200

    V4L/DVB (6814): Makefile: always enter video/
    
    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 <[EMAIL PROTECTED]>
    Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>
---
 drivers/media/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/Makefile b/drivers/media/Makefile
index 8fa1993..8cf9135 100644
--- 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/
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to