]> granicus.if.org Git - esp-idf/commitdiff
Make: Building the bootloader depends on syncing its sdkconfig from the top-level...
authorAngus Gratton <angus@espressif.com>
Wed, 24 Aug 2016 05:23:00 +0000 (13:23 +0800)
committerAngus Gratton <angus@espressif.com>
Wed, 24 Aug 2016 05:25:06 +0000 (13:25 +0800)
components/bootloader/Makefile.projbuild

index 2bf8ac433f968139329a837729fea3d69f25ea7c..48c09d4816e08e84b6ae89c4d45b18c6f69ed991 100644 (file)
@@ -15,7 +15,7 @@ BOOTLOADER_BIN=$(BOOTLOADER_BUILD_DIR)/bootloader.bin
 
 .PHONY: bootloader-clean bootloader-flash bootloader $(BOOTLOADER_BIN)
 
-$(BOOTLOADER_BIN):
+$(BOOTLOADER_BIN): $(COMPONENT_PATH)/src/sdkconfig
        $(Q) PROJECT_PATH= \
        LDFLAGS= \
        CFLAGS= \