summaryrefslogtreecommitdiff
path: root/config/global.in
blob: 2860f1a8d7062d0cfc6ad32701a05983f9667471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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