Re: [PATCH 1/5] kbuild: prepare headers_* for arch/$ARCH/include

From: Arnd Bergmann
Date: Tue Jun 24 2008 - 10:31:36 EST


On Monday 23 June 2008, Sam Ravnborg wrote:
> +# Do not try this architecture
> +drop="generic um ppc sparc64 cris"
> +
> +archs=$(ls ${srctree}/arch)
> +
> +for arch in ${archs}; do
> + case ${arch} in
> + um) # no userspace export
> + ;;
> + ppc) # headers exported by powerpc
> + ;;

Note that arch/ppc is scheduled for removal with the 2.6.27 merge
window, so you may want to leave it out right away.

Arnd <><
--
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/