comparison makefile-frags/link-steps @ 88:46d9d68a3911

top Makefile: support building flash images for the C139
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 02 Oct 2016 14:11:29 +0000
parents 84f4a04fde24
children 9432dd63626b
comparison
equal deleted inserted replaced
87:8dd671b7d41e 88:46d9d68a3911
9 ../toolwrap/vlnk470 -farcall -x -o $@ -m fwimage.map $^ 9 ../toolwrap/vlnk470 -farcall -x -o $@ -m fwimage.map $^
10 10
11 fwimage.m0: fwimage.out 11 fwimage.m0: fwimage.out
12 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $< 12 ../toolwrap/hex470 -m -memwidth 16 -romwidth 16 $<
13 13
14 fwimage.bin: fwimage.m0
15 mokosrec2bin $< $@ FF
16