X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=4e4cbc47b9f97c4d247003c0de265482e273883e;hp=3e8271db10788d2d73c18fc7036baf753fd6ef04;hb=c5f9be41f72eaddb734b78396ee4bf7bd6273439;hpb=681135fc7e254da993be28ffb6280ee149351234 diff --git a/firmware/Makefile b/firmware/Makefile index 3e8271d..4e4cbc4 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -33,7 +33,7 @@ install: $(app).hex verify: $(BSL) -P $(app).hex -v $(app).hex dumpinfo: - $(BSL) --dumpinfo -c /dev/ttyUSB0 + $(BSL) --dumpinfo $(app): $(app).c $(libs) $(apps) $(app).hex: $(app) msp430-objcopy goodfet -O ihex goodfet.hex