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

From: Michal Marek
Date: Mon Nov 21 2011 - 15:02:53 EST


Dne 21.11.2011 18:33, H. Peter Anvin napsal(a):
> 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...

I tried make headers_install_all on a ppc64 box with that line removed
and it worked.

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