Skip to content

Commit 69f7e0c

Browse files
committed
Fix makefile for coco
1 parent e43f432 commit 69f7e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.coco

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ dist: $(R2R_BIN) cfgload.bin
6262
$(CP) $< $(FIRMWARE_DIR)/data/webui/device_specific/BUILD_COCO/
6363
$(ECHO) Now, Do a Upload Filesystem task.
6464

65-
.PHONY: r2r
65+
.PHONY: r2r get_fujinet_lib
6666

6767
# Create the "Ready 2 Run" executable/disk
68-
r2r: $(R2R_BIN)
68+
r2r: get_fujinet_lib $(R2R_BIN)
6969

7070
$(R2R_DIR):
7171
mkdir -p $@

0 commit comments

Comments
 (0)