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

* Re: [PATCH] fix dvb build
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Manu Abraham @ 2006-03-21 22:25 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Andrew Morton, Linus Torvalds, mchehab, linux-kernel

Hello Jeff,

Jeff Garzik wrote:
> 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
>
>   

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



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

* Re: [PATCH] fix dvb build
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Linus Torvalds @ 2006-03-21 22:52 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Andrew Morton, mchehab, abraham.manu, linux-kernel



On Tue, 21 Mar 2006, Jeff Garzik wrote:
> 
> Fixes 'allmodconfig' build in current git

Hmm. That's just a revert of 08f1d0b:

	V4L/DVB (3543): Fix Makefile to adapt to bt8xx/ conversion

which seems to be a premature Makefile fix for a bt8xxx/ conversion that 
hasn't even happened yet in the main tree.

I'll revert that commit for now.

		Linus

^ permalink raw reply	[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