summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2015-04-24 21:48:20 -0400
committerAnas Nashif <anas.nashif@intel.com>2016-02-05 20:14:05 -0500
commit67df20402c63be8c71fa8f740a43fcddd2824bd2 (patch)
treebaec5f38fba3564ddc37ac820ccb8b86189853f8 /Kconfig
parent1e8dc5ad8814907646648b5220f501efe4e8d659 (diff)
Add cross compiler prefix config
Change-Id: I9dcd04742705a914aff4c03f9c63058b96276155 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/Kconfig b/Kconfig
index 82ba6f046..6e0af6a65 100644
--- a/Kconfig
+++ b/Kconfig
@@ -6,6 +6,17 @@ source "misc/Kconfig"
source "arch/Kconfig"
+menu "General Setup"
+
+config CROSS_COMPILE
+ string "Cross-compiler tool prefix"
+ help
+ Same as running 'make CROSS_COMPILE=prefix-' but stored for
+ default make runs in this kernel build directory. You don't
+ need to set this unless you want the configured kernel build
+ directory to select the cross-compiler automatically.
+endmenu
+
menu "Debugging Options"
config STDOUT_CONSOLE