aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2013-01-20 11:58:47 -0500
committerMichal Marek <mmarek@suse.cz>2013-01-24 16:48:04 -0500
commit6543becf26fff612cdadeed7250ccc8d49f67f27 (patch)
treebcba277bb0c03a81aae46965f3ddc76e582b51f1 /Makefile
parenta49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 (diff)
mod/file2alias: make modalias generation safe for cross compiling
Use the target compiler to compute the offsets for the fields of the device_id structures, so that it won't be broken by different alignments between the host and target ABIs. This also fixes missing endian corrections for some modaliases. Signed-off-by: Andreas Schwab <schwab@linux-m68k.org> Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 275b9567382c..5812ec9a56b7 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,6 @@ SUBARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
191# "make" in the configured kernel build directory always uses that. 191# "make" in the configured kernel build directory always uses that.
192# Default value for CROSS_COMPILE is not to prefix executables 192# Default value for CROSS_COMPILE is not to prefix executables
193# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile 193# Note: Some architectures assign CROSS_COMPILE in their arch/*/Makefile
194export KBUILD_BUILDHOST := $(SUBARCH)
195ARCH ?= $(SUBARCH) 194ARCH ?= $(SUBARCH)
196CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%) 195CROSS_COMPILE ?= $(CONFIG_CROSS_COMPILE:"%"=%)
197 196