From: Angus Gratton Date: Wed, 24 Aug 2016 04:26:13 +0000 (+0800) Subject: make bootloader: Always recurse into bootloader directory to check source dependencies X-Git-Tag: v0.9~85^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fd22c574872b000515c88f3120272fd487221ac;p=esp-idf make bootloader: Always recurse into bootloader directory to check source dependencies --- diff --git a/components/bootloader/Makefile.projbuild b/components/bootloader/Makefile.projbuild index c80878d423..2bf8ac433f 100644 --- a/components/bootloader/Makefile.projbuild +++ b/components/bootloader/Makefile.projbuild @@ -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= \