Skip to content

Commit 6283ea4

Browse files
committed
Fix a problem where the binary firmware images were not created.
1 parent d5747cc commit 6283ea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ endif
6262
# Output directors to store intermediate compiled files
6363
# relative to the project directory
6464
BUILD_BASE = build
65+
FW_BASE = firmware
6566

6667
# Base directory for the compiler. Needs a / at the end; if not set it'll use the tools that are in
6768
# the PATH.
@@ -231,7 +232,7 @@ endef
231232

232233
.PHONY: all checkdirs clean libesphttpd default-tgt
233234

234-
all: checkdirs $(TARGET_OUT)
235+
all: checkdirs $(TARGET_OUT) $(FW_BASE)
235236

236237
libesphttpd/Makefile:
237238
$(Q) echo "No libesphttpd submodule found. Using git to fetch it..."

0 commit comments

Comments
 (0)