From 67df20402c63be8c71fa8f740a43fcddd2824bd2 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 24 Apr 2015 21:48:20 -0400 Subject: [PATCH] Add cross compiler prefix config Change-Id: I9dcd04742705a914aff4c03f9c63058b96276155 Signed-off-by: Anas Nashif --- Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Kconfig b/Kconfig index 82ba6f04609..6e0af6a6557 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