Re: [PATCH 3/4] kbuild: link of vmlinux moved to a script
From: Tony Luck <hidden>
Date: 2012-05-08 17:39:07
Also in:
linux-kbuild, lkml
From: Tony Luck <hidden>
Date: 2012-05-08 17:39:07
Also in:
linux-kbuild, lkml
On Tue, May 8, 2012 at 9:51 AM, Sam Ravnborg [off-list ref] 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@intel.com> Thanks -Tony -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html