aboutsummaryrefslogtreecommitdiff
path: root/Documentation/kbuild/kconfig-language.txt
diff options
context:
space:
mode:
authorSam Ravnborg <sam@neptun.(none)>2007-10-19 21:46:01 +0200
committerSam Ravnborg <sam@neptun.(none)>2007-10-19 21:46:01 +0200
commit910b40468a9ce3f2f5d48c5d260329c27d45adb5 (patch)
tree7c6957b94da9c9358839cde3f1ed6c827aac63a7 /Documentation/kbuild/kconfig-language.txt
parent50a8ec31c3a00594ceb7c5f1dcf2ecdaf6a5b847 (diff)
kbuild: introduce cc-cross-prefix
cc-cross-prefix is useful for the architecture that like to provide a default CROSS_COMPILE value, but may have several to select between. Sample usage: ifneq ($(SUBARCH),$(ARCH)) ifeq ($(CROSS_COMPILE),) CROSS_COMPILE := $(call cc-cross-prefix, m68k-linux-gnu- m68k-linux-) endif endif Actual usage by the different archs will taken care of later. Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Documentation/kbuild/kconfig-language.txt')
0 files changed, 0 insertions, 0 deletions