public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix dvb build
@ 2006-03-21 22:19 Jeff Garzik
  2006-03-21 22:25 ` Manu Abraham
  2006-03-21 22:52 ` Linus Torvalds
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Garzik @ 2006-03-21 22:19 UTC (permalink / raw)
  To: Andrew Morton, Linus Torvalds, mchehab, abraham.manu; +Cc: linux-kernel


Fixes 'allmodconfig' build in current git
(ec1248e70edc5cf7b485efcc7b41e44e10f422e5).

Signed-off-by: Jeff Garzik <jeff@garzik.org>

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-21 22:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-21 22:19 [PATCH] fix dvb build Jeff Garzik
2006-03-21 22:25 ` Manu Abraham
2006-03-21 22:52 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox