]> granicus.if.org Git - esp-idf/commit
build system: Don't build an sdkconfig for bootloader, share the top-level one
authorAngus Gratton <angus@espressif.com>
Wed, 9 Nov 2016 03:26:50 +0000 (14:26 +1100)
committerAngus Gratton <angus@espressif.com>
Wed, 9 Nov 2016 05:51:52 +0000 (16:51 +1100)
commit155f912433d93882f55f6f813ce72b3623cd073a
tree62ca30d77650b28e36712a56079cb6cc39015885
parent830e5caf4de6c211ff0321d6d74010bafca35a0b
build system: Don't build an sdkconfig for bootloader, share the top-level one

This works because all CONFIG variables are exported into child make processes.
components/bootloader/Makefile.projbuild
components/bootloader/src/Makefile
make/component_common.mk
make/project.mk