Skip to content

Commit bbaeadc

Browse files
author
Daniel Cliche
committed
Add makefile flash command
1 parent cae9e59 commit bbaeadc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rtl/ulx3s/Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,7 @@ top.bin: top.asc
102102
prog: bios top.bin
103103
$(FUJPROG) -T bit top.bin
104104

105-
.PHONY: all prog bios
105+
flash: bios top.bin
106+
$(FUJPROG) -T bit -j FLASH top.bin
107+
108+
.PHONY: all prog flash bios

0 commit comments

Comments
 (0)