mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
kbuild, headers.sh: Don't make archheaders explicitly
We don't need to explicitly invoke the archheaders target because of the dependency on __headers in the Makefile. Reported-and-tested-by: Michal Marek <mmarek@suse.cz> Link: http://lkml.kernel.org/r/4ECA8991.20302@suse.cz Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
3f86886c72
commit
9147621c77
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ set -e
|
||||||
do_command()
|
do_command()
|
||||||
{
|
{
|
||||||
if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
|
if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
|
||||||
make ARCH=$2 KBUILD_HEADERS=$1 archheaders
|
|
||||||
make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
|
make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
|
||||||
else
|
else
|
||||||
printf "Ignoring arch: %s\n" ${arch}
|
printf "Ignoring arch: %s\n" ${arch}
|
||||||
|
|
Loading…
Reference in a new issue