X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=83ee2127178785dd2a4d99bb968967eaa250c7a5;hp=8e3b1ea70f3599e66bc510cd20938ff0a7407ad6;hb=f217c730250832ae74a60b9d494111eac3763fd6;hpb=254e6f0dcdfdc59b5528a271e5106d5a99dc35c5 diff --git a/firmware/Makefile b/firmware/Makefile index 8e3b1ea..83ee212 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -1,10 +1,10 @@ #include `uname`.mak -GOODFET?=/dev/ttyUSB0 +#GOODFET?=/dev/ttyUSB0 #For tos-bsl, use --invert-reset --invert-test -BSL?=goodfet.bsl -c $(GOODFET) --speed=38400 +BSL?=goodfet.bsl --speed=38400 #One of these should be defined explicitly. @@ -23,14 +23,21 @@ 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 apps/glitch/glitch.o apps/jtag/sbw.o +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 + +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 + +#apps/chipcon/chipconasm.o removed +libs= lib/$(mcu).o lib/command.o apps/jtag/jtag430asm.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/.o: + ./configure + false lib/RUNCONFIG.o: ./configure false