From: Dan White Date: Tue, 14 May 2013 18:13:58 +0000 (-0500) Subject: msp4th: pc4th make target X-Git-Tag: cheetah~73 X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=faa3f23b74b2f7f72605659c933f3ef328440f9d;p=430.git msp4th: pc4th make target --- diff --git a/msp4th/Makefile b/msp4th/Makefile index 6ca941d..15d2e47 100644 --- a/msp4th/Makefile +++ b/msp4th/Makefile @@ -133,6 +133,9 @@ bootrom.rcf: $(SOURCES) flashboot.s $(MAKE) -B DEFINE=-DBOOTROM LDSCRIPT=ldscript_ns430_bootrom all ../ihex2rcf.py --width=16 --start=0x3000 --length=0x1000 --default=0x0000 main.hex > $@ +pc4th: test4th.c msp4th.c msp4th.h + gcc -Wall -o pc4th test4th.c msp4th.c + .PHONY: flash flash: $(TARGET).hex ./flash.py $(ERASE) $(TARGET).hex @@ -144,4 +147,5 @@ clean: $(RM) $(TARGET).{elf,hex,txt,map,xout} $(RM) $(SOURCES:.c=.lst) $(RM) $(DEPEND) + $(RM) pc4th