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
31 lines
269 B
Text
31 lines
269 B
Text
#
|
|
# 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
|