On Tue, May 8, 2012 at 9:51 AM, Sam Ravnborg <sam@xxxxxxxxxxxx> wrote: > - local aflags="${KBUILD_AFLAGS} ${NOSTDINC_FLAGS} \ > - ${LINUXINCLUDE} ${KBUILD_CPPFLAGS}" > + local aflags="${KBUILD_AFLAGS} ${KBUILD_AFLAGS_KERNEL} \ > + ${NOSTDINC_FLAGS} ${LINUXINCLUDE} ${KBUILD_CPPFLAGS}" Heh. When I first got in this morning your e-mail hadn't arrived yet. So I ran some make V=1 on the old and latest tree and saw the problem was missing KBUILD_AFLAGS_KERNEL. I was just about to send this exact patch to you. So yes ... it works. Tested-by: Tony Luck <tony.luck@xxxxxxxxx> Thanks -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html