-
Notifications
You must be signed in to change notification settings - Fork 2
/
Kconfig-seed
43 lines (34 loc) · 1.01 KB
/
Kconfig-seed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
mainmenu "Miele-LXIV - Once-only configuration"
#--------------------------
config VERSION_SET
string "version numbers"
default "version-set-8.8.conf"
---help---
Specify a set of version numbers which are known to work well together.
The number in the filename is the version number of the VTK package
#--------------------------
config SRC_DIR
string "sources directory"
default "~/Downloads/source"
config BLD_DIR
string "build directory"
default "~/Documents/temp/build"
config BIN_DIR
string "install directory"
default "~/Applications"
#-------------------------
choice
prompt "CMake generator"
default GENERATOR_MK
config GENERATOR_MK
bool "makefiles"
config GENERATOR_XC
bool "Xcode"
endchoice
#-------------------------
config SHARED_SOURCES
bool "Reuse available sources"
default n
---help---
For modules that do not require patching, place them in
a shared parent directory, to avoid downloading them again.