]> granicus.if.org Git - esp-idf/commit
make: add defconfig, don't run silentoldconfig before menuconfig
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 23 Aug 2016 08:18:36 +0000 (16:18 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 23 Aug 2016 08:18:36 +0000 (16:18 +0800)
commitf19ac2b92794b3d17687ac94bc3f12d3f9d210e9
treec38bd40f4c9dbab8dcf245b34f1b3126751b1b24
parent553b08cd5e75e5a3c1a044cd3bf846932a3f7645
make: add defconfig, don't run silentoldconfig before menuconfig

This commit fixes the case when new Kconfig configuration options were added and you run `make menuconfig`.
Previously this would first show console prompt to set values for new options, and then launch menuconfig.
Now this will just launch menuconfig.
New target is added, defconfig, which may be useful for non-interactive environments to set default values for
all new configuration options.
make/project.mk
make/project_config.mk