From: travisutk Date: Fri, 21 Jan 2011 19:54:42 +0000 (+0000) Subject: 'make installinfo' for firmware. X-Git-Url: http://git.rot13.org/?p=goodfet;a=commitdiff_plain;h=4417ec4b3db45c243a32821133418793bd7bfe76 'make installinfo' for firmware. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@853 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/firmware/Makefile b/firmware/Makefile index b0b6e90..4da1c9b 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -296,7 +296,8 @@ run: install: $(app).hex $(BSL) -e -p $(app).hex - #ls info.txt && $(BSL) -P $(app).hex -p info.txt || true #MSP430F2xx targets only, inelegant. +installinfo: + $(BSL) -P $(app).hex -p info.txt || true #MSP430F2xx targets only, inelegant. verify: $(BSL) -P $(app).hex -v $(app).hex dumpinfo: