Re: [PATCH 2/8] kbuild: Add support for an "archheaders" target

From: H. Peter Anvin
Date: Mon Nov 21 2011 - 12:34:41 EST


On 11/21/2011 09:25 AM, Michal Marek wrote:
>> {
>> if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
>> + make ARCH=$2 KBUILD_HEADERS=$1 archheaders
>> make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
>
> I don't think we need the explicit make archheaders call here, it's
> handled by the __headers dependency above.
>

OK, let me test that out. I might have missed that combination of the
many, many I tried...

-hpa

--
H. Peter Anvin, Intel Open Source Technology Center
I work for Intel. I don't speak on their behalf.

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