X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=59ef6481aa5b7a2cdb0cfa2d49fd2e55388ea93e;hp=83ee2127178785dd2a4d99bb968967eaa250c7a5;hb=b27bfe788715f1d1127a1649ac5e3cbe91037af9;hpb=f217c730250832ae74a60b9d494111eac3763fd6 diff --git a/firmware/Makefile b/firmware/Makefile index 83ee212..59ef648 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -25,11 +25,13 @@ CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -D$(mcu) -DGCC $(GCCINC) -I include $(CC #Define extra modules here. moreapps?=apps/i2c/i2c.o apps/chipcon/chipcon.o apps/glitch/glitch.o apps/jtag/sbw.o apps/smartcard/smartcard.o # should include apps/jtag/jtagarm7tdmi.o to build jtag for ARM7 +# should include apps/pic/dspic33f.o to build support for PIC24H/dsPIC33F -apps= $(moreapps) apps/monitor/monitor.o apps/spi/spi.o apps/jtag/jtag.o apps/jtag/jtag430.o apps/jtag/jtag430x2.o apps/avr/avr.o apps/jtag/ejtag.o apps/jtag/jtagxscale.o +# Used to include $(moreapps) +apps= apps/monitor/monitor.o apps/spi/spi.o apps/jtag/jtag.o apps/jtag/jtag430.o apps/jtag/jtag430x2.o apps/avr/avr.o apps/jtag/ejtag.o apps/jtag/jtagxscale.o #apps/chipcon/chipconasm.o removed -libs= lib/$(mcu).o lib/command.o apps/jtag/jtag430asm.o +libs= lib/$(mcu).o lib/command.o apps/jtag/jtag430asm.o lib/dco_calib.o app= goodfet @@ -49,7 +51,7 @@ run: install: $(app).hex #$(BSL) -e - #ls info.txt && $(BSL) -p info.txt || true #MSP430F2xx targets only, inelegant. + ls info.txt && $(BSL) -p info.txt || true #MSP430F2xx targets only, inelegant. $(BSL) -e -p $(app).hex verify: $(BSL) -P $(app).hex -v $(app).hex