mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-27 10:24:04 +00:00

If the name is misspelled, CMake prints out a warning. Original issue: https://github.com/espressif/esp-idf-kconfig/issues/14
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
# Misspelled Kconfig file checks whether it is picked up by the build system
|
|
config FROM_MISSPELLED_KCONFIG
|
|
bool "From misspelled Kconfig"
|
|
default y
|