Skip to content

Commit

Permalink
make bootloader: Always recurse into bootloader directory to check so…
Browse files Browse the repository at this point in the history
…urce dependencies
  • Loading branch information
projectgus committed Aug 24, 2016
1 parent 528638f commit 1fd22c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/bootloader/Makefile.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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= \
Expand Down

0 comments on commit 1fd22c5

Please sign in to comment.