mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
d276ce2a4f
Always enclose the sourced file between double-quotes (purely for consistency; enclosing or not are both allowed by the kconfig language).
4 lines
61 B
Plaintext
4 lines
61 B
Plaintext
menu "Debug facilities"
|
|
source "config.gen/debug.in"
|
|
endmenu
|