X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=8e3b1ea70f3599e66bc510cd20938ff0a7407ad6;hp=32a72cbcfa00d8eea1e95d85a30a0926d9729fb1;hb=d27d75e4cedfab56742717f3ac990be059f8e168;hpb=ccf5eca095c0c0bed2a25e945c3c3b48cf3b55c7 diff --git a/firmware/Makefile b/firmware/Makefile index 32a72cb..8e3b1ea 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -4,12 +4,16 @@ GOODFET?=/dev/ttyUSB0 #For tos-bsl, use --invert-reset --invert-test -BSL=goodfet.bsl -c $(GOODFET) --speed=38400 +BSL?=goodfet.bsl -c $(GOODFET) --speed=38400 + + +#One of these should be defined explicitly. +#Default removed because of confusion. #mcu=msp430x2274 #mcu=msp430x2618 -mcu?=msp430x1612 - +#mcu?=msp430x1612 +mcu?=RUNCONFIG #N.B., gcc WILL NOT BITCH if this file doesn't exist. #GCCINC=-T ldscripts/161x.x @@ -19,14 +23,18 @@ CCEXTRA?= CC=msp430-gcc -Wall -Os -g -mmcu=$(mcu) -D$(mcu) -DGCC $(GCCINC) -I include $(CCEXTRA) #Define extra modules here. -moreapps?=apps/i2c/i2c.o apps/chipcon/chipcon.o +moreapps?=apps/i2c/i2c.o apps/chipcon/chipcon.o apps/glitch/glitch.o apps/jtag/sbw.o -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= $(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 libs= lib/$(mcu).o lib/command.o apps/jtag/jtag430asm.o app= goodfet all: $(app).hex +lib/RUNCONFIG.o: + ./configure + false + goodfet.hex: goodfet run: