Fixed bugs in flash programming.
[goodfet] / firmware / Makefile
index 8e7d7ff..b3be6d4 100644 (file)
@@ -11,7 +11,7 @@ GCCINC=-T ldscripts/161x.x
 CC=msp430-gcc -g -mmcu=$(mcu) -DGCC $(GCCINC) -I include
 
 apps= apps/monitor/monitor.o apps/spi/spi.o apps/i2c/i2c.o apps/chipcon/chipcon.o apps/jtag/jtag.o apps/jtag/jtag430.o
-libs= lib/msp430f1612.o lib/command.o
+libs= lib/msp430f1612.o lib/command.o apps/jtag/jtag430asm.o
 app=goodfet
 
 all: $(app).hex