summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2008-03-24 19:32:38 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-03-24 19:32:38 -0700
commitd56dc0b641da647012af573dac4a5fa7b9883fe0 (patch)
tree7f618b9cbc06e7f4ba1771f7b7ccd370939df3bd /Makefile
parent266c2e0abeca649fa6667a1a427ad1da507c6375 (diff)
parent4ce6efed48d736e3384c39ff87bda723e1f8e041 (diff)
downloadkernel-crypto-d56dc0b641da647012af573dac4a5fa7b9883fe0.tar.gz
kernel-crypto-d56dc0b641da647012af573dac4a5fa7b9883fe0.tar.xz
kernel-crypto-d56dc0b641da647012af573dac4a5fa7b9883fe0.zip
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-linus
* git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-linus: kbuild: soften modpost checks when doing cross builds
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a4d34b91e0..1c4c8f87f6c 100644
--- a/Makefile
+++ b/Makefile
@@ -189,7 +189,7 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
# Alternatively CROSS_COMPILE can be set in the environment.
# Default value for CROSS_COMPILE is not to prefix executables
# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
-
+export KBUILD_BUILDHOST := $(SUBARCH)
ARCH ?= $(SUBARCH)
CROSS_COMPILE ?=