[kbuild-devel] Headers not found even with EXTRA_CFLAGS

2010-12-16 Thread Debarshi Ray
I am trying to build a set of drivers present in the s2-liplianin [1] tree against Ubuntu's 2.6.35 so that I can use the drivers separately. So I put the s2-liplianin tree in the ~/s2-liplianin directory and did: make -C /lib/modules/$(uname -r)/build M=$(pwd)/linux/drivers/media CONFIG_DVB_MANTIS=

Re: [kbuild-devel] Headers not found even with EXTRA_CFLAGS

2010-12-16 Thread Sam Ravnborg
On Thu, Dec 16, 2010 at 05:36:32PM +0200, Debarshi Ray wrote: > I am trying to build a set of drivers present in the s2-liplianin [1] > tree against Ubuntu's 2.6.35 so that I can use the drivers separately. > So I put the s2-liplianin tree in the ~/s2-liplianin directory and > did: > make -C /lib/m

[kbuild-devel] Fwd: PATCH: Put .zdebug* section on white list

2010-12-16 Thread H. Peter Anvin
--- Begin Message --- Hi, "as --compress-debug-sections" will generate compressed debug sections with section names ".zdebug*". This patch puts .zdebug* section on white list. -- H.J. diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 6a087ff..2bab622 100644 --- a/scripts/mod/mod