From faa3f23b74b2f7f72605659c933f3ef328440f9d Mon Sep 17 00:00:00 2001 From: Dan White Date: Tue, 14 May 2013 13:13:58 -0500 Subject: [PATCH] msp4th: pc4th make target --- msp4th/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.25.1