File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,18 @@ include ../rules.mk
21
21
# Compile apps/self_update/self_update.c
22
22
# This uf2 will be loaded into RAM
23
23
# TODO: this needs to build the actual uf2 binary first
24
- self-update : $(BUILD ) /$(OUTNAME ) .bin
25
- $(PYTHON3 ) $(TOP ) /lib/uf2/utils/uf2conv.py --carray $^ -o apps/self_update/_build/bootloader_bin.c
26
- $(MAKE ) -C $(TOP ) /$(PORT_DIR ) /apps/self_update uf2
24
+ # self-update: $(BUILD)/$(OUTNAME).bin
25
+ # $(PYTHON3) $(TOP)/lib/uf2/utils/uf2conv.py --carray $^ -o apps/self_update/_build/bootloader_bin.c
26
+ # $(MAKE) -C $(TOP)/$(PORT_DIR)/apps/self_update uf2
27
27
28
- self-update-clean :
29
- $(MAKE ) -C $(TOP ) /$(PORT_DIR ) /apps/self_update clean
28
+ # self-update-clean:
29
+ # $(MAKE) -C $(TOP)/$(PORT_DIR)/apps/self_update clean
30
30
31
31
# ---------- Erase app ----------
32
32
# Compile apps/erase_firmware/erase_firmware.c
33
33
# This uf2 will be loaded into RAM
34
- erase-app :
35
- $(MAKE ) -C $(TOP ) /$(PORT_DIR ) /apps/erase_firmware uf2
34
+ # erase-app:
35
+ # $(MAKE) -C $(TOP)/$(PORT_DIR)/apps/erase_firmware uf2
36
36
37
- erase-app-clean :
38
- $(MAKE ) -C $(TOP ) /$(PORT_DIR ) /apps/erase_firmware clean
37
+ # erase-app-clean:
38
+ # $(MAKE) -C $(TOP)/$(PORT_DIR)/apps/erase_firmware clean
You can’t perform that action at this time.
0 commit comments