summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-05 13:21:25 -0700
committerJulian Blake Kongslie2022-06-05 13:22:00 -0700
commitd1830be773a24a9808e713db5229fbc93d82fa36 (patch)
tree78da47af56ee084437f6e81ef4a8766af35cd615 /Makefile
parentMore reliable download script. (diff)
downloadmultipdp8-d1830be773a24a9808e713db5229fbc93d82fa36.tar.xz
Support for downloading PAL programs.
Diffstat (limited to 'Makefile')
-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 < $<