X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Ftests%2Fecho%2FMakefile;fp=firmware%2Ftests%2Fecho%2FMakefile;h=0000000000000000000000000000000000000000;hp=86e4f2c27f75a1314aba0c7f4d823d9c50b9e02e;hb=b3ae283f15edf1c2587c324878ab7cc216737a01;hpb=8f6cde69ed20d1f0dd1292af9d895fcc11e69b17 diff --git a/firmware/tests/echo/Makefile b/firmware/tests/echo/Makefile deleted file mode 100644 index 86e4f2c..0000000 --- a/firmware/tests/echo/Makefile +++ /dev/null @@ -1,26 +0,0 @@ - - -BSL=goodfet.bsl - -#mcu=msp430x1611 -mcu?=msp430x2618 - -#ldscript is wonky -#GCCINC=-T ../../ldscripts/161x.x - -CC=msp430-gcc -g -mmcu=$(mcu) -DGCC $(GCCINC) -I ../../include - -libs=../../lib/$(mcu).c -app=echo - -install: $(app) - $(BSL) -e -p $(app).hex - $(BSL) -P $(app).hex -r -all: $(app).hex -$(app): $(app).c $(libs) -$(app).hex: $(app) - msp430-objcopy -O ihex $(app) $(app).hex -erase: - $(BSL) -e -clean: - rm -f $(app)