]> granicus.if.org Git - esp-idf/commitdiff
make bootloader: Always recurse into bootloader directory to check source dependencies
authorAngus Gratton <angus@espressif.com>
Wed, 24 Aug 2016 04:26:13 +0000 (12:26 +0800)
committerAngus Gratton <angus@espressif.com>
Wed, 24 Aug 2016 05:25:06 +0000 (13:25 +0800)
components/bootloader/Makefile.projbuild

index c80878d4238a9f88c844f4bf51e7542ba11f9e45..2bf8ac433f968139329a837729fea3d69f25ea7c 100644 (file)
@@ -13,9 +13,9 @@ BOOTLOADER_COMPONENT_PATH := $(COMPONENT_PATH)
 BOOTLOADER_BUILD_DIR=$(BUILD_DIR_BASE)/bootloader
 BOOTLOADER_BIN=$(BOOTLOADER_BUILD_DIR)/bootloader.bin
 
-.PHONY: bootloader-clean bootloader-flash bootloader
+.PHONY: bootloader-clean bootloader-flash bootloader $(BOOTLOADER_BIN)
 
-$(BOOTLOADER_BIN): $(COMPONENT_PATH)/src/sdkconfig
+$(BOOTLOADER_BIN):
        $(Q) PROJECT_PATH= \
        LDFLAGS= \
        CFLAGS= \