mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-21 19:40:07 +00:00
20 lines
531 B
Plaintext
20 lines
531 B
Plaintext
|
#
|
||
|
# For a description of the syntax of this configuration file,
|
||
|
# see Documentation/kbuild/kconfig-language.txt.
|
||
|
#
|
||
|
mainmenu "uniLoader Configuration"
|
||
|
|
||
|
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.
|
||
|
|
||
|
source "lib/Kconfig"
|
||
|
|
||
|
source "soc/Kconfig"
|
||
|
|
||
|
source "board/Kconfig"
|