Messages in this thread Patch in this message |  | | | Date | Mon, 5 May 2008 10:45:31 +1000 | | From | Stephen Rothwell <> | | Subject | linux-next: v4l-dvb/upstream build failure |
| |
Hi Mauro,
Today's (and for a few days now) linux-next build (x86_64 allmodconfig) of a pristine Linus tree fails like this:
/opt/crosstool/gcc-4.0.2-glibc-2.3.6/x86_64-unknown-linux-gnu/bin/x86_64-unknown-linux-gnu-ld: drivers/media/built-in.o: No such file: No such file or director
I have been applying the following patch, but would prefer a real fix in upstream ASAP.
-- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From 88ecd1aa3e79b4d220d27a3380776aba3d3d097a Mon Sep 17 00:00:00 2001 From: Stephen Rothwell <sfr@canb.auug.org.au> Date: Thu, 1 May 2008 12:01:40 +1000 Subject: [PATCH] v4l build fix
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> --- drivers/media/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 -- 1.5.5.1[unhandled content-type:application/pgp-signature] |  |