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-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html