You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
405 B
Plaintext
19 lines
405 B
Plaintext
# Overall toolchain configuration: paths, jobs, etc...
|
|
|
|
# Allow unconditional usage of tristates
|
|
config MODULES
|
|
bool
|
|
option modules
|
|
default y
|
|
|
|
menu "Paths and misc options"
|
|
|
|
source "config/global/ct-behave.in"
|
|
source "config/global/paths.in"
|
|
source "config/global/download.in"
|
|
source "config/global/extract.in"
|
|
source "config/global/build-behave.in"
|
|
source "config/global/logging.in"
|
|
|
|
endmenu
|