mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +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
|