Re: [PATCH] fix dvb build

From: Manu Abraham
Date: Tue Mar 21 2006 - 17:22:39 EST


Hello Jeff,

Jeff Garzik wrote:
Fixes 'allmodconfig' build in current git
(ec1248e70edc5cf7b485efcc7b41e44e10f422e5).

Signed-off-by: Jeff Garzik <jeff@xxxxxxxxxx>

diff --git a/drivers/media/dvb/bt8xx/Makefile b/drivers/media/dvb/bt8xx/Makefile
index 9d197ef..d188e4c 100644
--- a/drivers/media/dvb/bt8xx/Makefile
+++ b/drivers/media/dvb/bt8xx/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o dst.o dst_ca.o
-EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/video/bt8xx -Idrivers/media/dvb/frontends
+EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/video -Idrivers/media/dvb/frontends


The relocation patch is there in akpm's (mm) tree, but not in linus's tree .. importing the patch from the mm tree will fix the problem.


Manu


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/