summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5f51296..9f79674 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,25 @@ download-%.bin: mem/%.bin
25 p8bin2uart 1 $< | tool/download.tcl 14 1 25 p8bin2uart 1 $< | tool/download.tcl 14 1
26 p8bin2uart 1 $< | tool/download.tcl 15 1 26 p8bin2uart 1 $< | tool/download.tcl 15 1
27 27
28download-%.pal: build/mem/%.bin
29 p8bin2uart 1 $< | tool/download.tcl 0 1
30 p8bin2uart 1 $< | tool/download.tcl 1 1
31 p8bin2uart 1 $< | tool/download.tcl 2 1
32 p8bin2uart 1 $< | tool/download.tcl 3 1
33 p8bin2uart 1 $< | tool/download.tcl 4 1
34 p8bin2uart 1 $< | tool/download.tcl 5 1
35 p8bin2uart 1 $< | tool/download.tcl 6 1
36 p8bin2uart 1 $< | tool/download.tcl 7 1
37 p8bin2uart 1 $< | tool/download.tcl 8 1
38 p8bin2uart 1 $< | tool/download.tcl 9 1
39 p8bin2uart 1 $< | tool/download.tcl 10 1
40 p8bin2uart 1 $< | tool/download.tcl 11 1
41 p8bin2uart 1 $< | tool/download.tcl 12 1
42 p8bin2uart 1 $< | tool/download.tcl 13 1
43 p8bin2uart 1 $< | tool/download.tcl 14 1
44 p8bin2uart 1 $< | tool/download.tcl 15 1
45
46
28download-%.uart: mem/%.uart 47download-%.uart: mem/%.uart
29 tool/download.tcl 0 1 < $< 48 tool/download.tcl 0 1 < $<
30 tool/download.tcl 1 1 < $< 49 tool/download.tcl 1 1 < $<