mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
a257ff7da8
If check_for is able to find the required prog/inc/lib, allow it to set an arbitrary variable to 'y'. This variable is then pushed down to the kconfig definition. For example: has_or_abort prog=foobar kconfig=has_foobar If foobar is available, it yields a kconfig variable defaulting to y: config CONFIGURE_has_foobar bool default y If foobar is missing, it yields a kconfig variable defaulting to n: config CONFIGURE_has_foobar bool Thus it is possible to depends on that variabel to show/hide options: config SOME_FEATURE bool prompt "Some feature" depends on CONFIGURE_has_foobar Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
30 lines
395 B
Plaintext
30 lines
395 B
Plaintext
syntax: glob
|
|
|
|
# Generated files
|
|
Makefile
|
|
ct-ng
|
|
docs/ct-ng.1
|
|
docs/ct-ng.1.gz
|
|
paths.mk
|
|
scripts/crosstool-NG.sh
|
|
scripts/saveSample.sh
|
|
scripts/showTuple.sh
|
|
kconfig/conf
|
|
kconfig/?conf
|
|
kconfig/**.o
|
|
kconfig/**.dep
|
|
config/configure.in
|
|
config.gen/
|
|
.config
|
|
.config.2
|
|
|
|
# Temporaries
|
|
.*.swp
|
|
build.log
|
|
.config.old
|
|
|
|
# This is the place where toolchains are built
|
|
.build/
|
|
# .. and the legacy location
|
|
targets/
|