aboutsummaryrefslogtreecommitdiff
path: root/sound/synth/Makefile
diff options
context:
space:
mode:
authorJohn Rigby <john.rigby@linaro.org>2011-03-02 18:57:21 -0700
committerJohn Rigby <john.rigby@linaro.org>2011-11-16 15:00:26 -0700
commite8017edcedc50dd3520ddd7a1be7db4dc3e7beb2 (patch)
tree2371a17ddb46fa1043b92468a7f82117efabd2df /sound/synth/Makefile
parentd43c9b4c42cf874f4981213c164bd472a0193ec3 (diff)
KBuild: Allow scripts/* to be cross compiled
Cross compiling the binaries in scripts/* is not possible because various makefiles assume that $(obj)/whatever is executable on the build host. This patch introduces a new variable called KBUILD_SCRIPTROOT that points to script/binaries to use while cross compiling. Usage: Build scripts for the build host: make O=path/to/buildhost/buildscripts \ silentoldconfig prepare scripts Then cross build script for target: make O=path/to/target/buildscripts \ HOSTCC=$CROSS_COMPILE \ KBUILD_SCRIPTROOT=path/to/buildhost/buildscripts silentoldconfig prepare scripts This patch does not use KBUILD_SCRIPTROOT for all script invocations it only redefines the following if KBUILD_SCRIPTROOT is defined. scripts/Makefile.build scripts/basic/fixdep --> $(KBUILD_SCRIPTROOT)/scripts/basic/fixdep scripts/kconfig/Makefile $(obj)/conf --> $(KBUILD_SCRIPTROOT)/scripts/kconfig/conf scripts/mod/Makefile $(obj)mk_elfconfig --> $(KBUILD_SCRIPTROOT)/scripts/mod/mk_elfconfig Signed-off-by: John Rigby <john.rigby@linaro.org>
Diffstat (limited to 'sound/synth/Makefile')
0 files changed, 0 insertions, 0 deletions