mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 21:51:05 +00:00
[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: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
34f7373aae
commit
3cc2176cbb
1 changed files with 4 additions and 1 deletions
|
@ -2,4 +2,7 @@
|
||||||
# Makefile for the kernel multimedia device drivers.
|
# 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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue