Re: AVR32 architecture patch against Linux 2.6.18-rc1 available

From: Haavard Skinnemoen
Date: Fri Jul 07 2006 - 06:37:56 EST


On Thu, 06 Jul 2006 12:58:03 +0100
David Woodhouse <dwmw2@xxxxxxxxxxxxx> wrote:

> Please add include/asm-avr32/Kbuild which lists those files which need
> to be present in /usr/include/asm, over and above those listed in
> asm-generic/Kbuild.asm. Then run 'make headers_install' and review the
> exported headers to make sure they're suitable for building glibc,
> etc.

uClibc fails because it tries to grep for UTS_RELEASE in
linux/version.h and doesn't find it because it's been moved to
linux/utsrelease.h. I can update the script so that it checks
linux/utsrelease.h first, but that file is not installed by
make headers_install.

Should utsrelease.h be added to objhdr-y or should uClibc handle this
some other way?

HÃvard
-
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/