Add cross compiler prefix config
Change-Id: I9dcd04742705a914aff4c03f9c63058b96276155 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1e8dc5ad88
commit
67df20402c
11
Kconfig
11
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
|
||||
|
|
Loading…
Reference in a new issue