mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-22 09:40:56 +00:00
21 lines
323 B
Plaintext
21 lines
323 B
Plaintext
|
#
|
||
|
# DO NOT EDIT! This file is automatically generated.
|
||
|
#
|
||
|
|
||
|
#!foreach choice
|
||
|
menuconfig @@prefix@@_@@choice@@
|
||
|
bool "@@choice@@"
|
||
|
#!foreach dependency
|
||
|
@@depline@@
|
||
|
#!end-foreach
|
||
|
help
|
||
|
#!foreach help
|
||
|
@@helpline@@
|
||
|
#!end-foreach
|
||
|
|
||
|
if @@prefix@@_@@choice@@
|
||
|
source "config/@@dir@@/@@choice@@.in"
|
||
|
endif
|
||
|
|
||
|
#!end-foreach
|