Skip to content

Commit

Permalink
Add cross compiler prefix config
Browse files Browse the repository at this point in the history
Change-Id: I9dcd04742705a914aff4c03f9c63058b96276155

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Feb 6, 2016
1 parent 1e8dc5a commit 67df204
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67df204

Please sign in to comment.