mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
9903ea1c11
Fix warnings where undefined vars are used. Make Kconfig emit "FOO=" for unset bool options To ensure make variables are always defined, even if empty. When writing auto.conf, include symbols disabled by dependency to make sure all make variables are always defined. Fixes espressif/esp-idf#137 Cherry-picked from https://github.com/espressif/esp-idf/pull/138
32 lines
269 B
Plaintext
32 lines
269 B
Plaintext
#
|
|
# Generated files
|
|
#
|
|
config*
|
|
*.d
|
|
*.lex.c
|
|
*.tab.c
|
|
*.tab.h
|
|
zconf.hash.c
|
|
*.moc
|
|
gconf.glade.h
|
|
*.pot
|
|
*.mo
|
|
|
|
#
|
|
# configuration programs
|
|
#
|
|
conf
|
|
mconf
|
|
nconf
|
|
qconf
|
|
gconf
|
|
kxgettext
|
|
|
|
# configuration programs, Windows
|
|
conf.exe
|
|
mconf.exe
|
|
nconf.exe
|
|
qconf.exe
|
|
gconf.exe
|
|
kxgettext.exe
|