Commit 3cc2176c authored by Johannes Stezenbach's avatar Johannes Stezenbach Committed by Linus Torvalds
Browse files

[PATCH] dvb: avoid building empty built-in.o



Don't build empty built-in.o when DVB/V4L is not configured.  Thanks to Sam
Ravnborg and Keith Owens.

Signed-off-by: default avatarJohannes Stezenbach <js@linuxtv.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 34f7373a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,4 +2,7 @@
# Makefile for the kernel multimedia device drivers.
#

obj-y        := video/ radio/ dvb/ common/
obj-y := common/
obj-$(CONFIG_VIDEO_DEV) += video/
obj-$(CONFIG_VIDEO_DEV) += radio/
obj-$(CONFIG_DVB)       += dvb/