X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2FMakefile;h=9b738830ba34f414437c237eb87c0b9d1fb69b07;hp=32a72cbcfa00d8eea1e95d85a30a0926d9729fb1;hb=20658f822c6d5db80be777411a591dafc278539f;hpb=ccf5eca095c0c0bed2a25e945c3c3b48cf3b55c7 diff --git a/firmware/Makefile b/firmware/Makefile index 32a72cb..9b73883 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -6,10 +6,14 @@ GOODFET?=/dev/ttyUSB0 #For tos-bsl, use --invert-reset --invert-test 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 @@ -27,6 +31,10 @@ app= goodfet all: $(app).hex +lib/RUNCONFIG.o: + ./configure + false + goodfet.hex: goodfet run: