add drivers media build fix

alternate way would be to temporarly disable dvb :P

svn path=/dists/trunk/linux-2.6/; revision=11273
This commit is contained in:
Maximilian Attems 2008-05-04 21:58:12 +00:00
parent bf7b9c32ab
commit 01be5f5e81
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
diff --git a/drivers/media/Makefile b/drivers/media/Makefile
index 73f742c..cc11c4c 100644
--- a/drivers/media/Makefile
+++ b/drivers/media/Makefile
@@ -2,6 +2,8 @@
# Makefile for the kernel multimedia device drivers.
#
+obj-y := common/
+
obj-$(CONFIG_VIDEO_MEDIA) += common/
# Since hybrid devices are here, should be compiled if DVB and/or V4L

View File

@ -36,3 +36,4 @@
##+ features/all/mtd-nor-add-support-for-the-st-m29w400db-flash-chip.patch
+ bugfix/all/mtd-prevent-physmap-from-causing-request_module-runaway-loop-modprobe-net-pf-1.patch
+ bugfix/all/0001--USB-c67x00-build-fix.patch
+ bugfix/all/drivers-media-build.patch