Executable property on scripts.
[goodfet] / firmware / Makefile
index f9f6f7d..9b73883 100644 (file)
@@ -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,15 +31,19 @@ app= goodfet
 
 all: $(app).hex
 
+lib/RUNCONFIG.o:
+       ./configure
+       false
+
 goodfet.hex: goodfet
 
 run:
        ../client/goodfet.msp430 test
 
 install: $(app).hex
-       $(BSL) -e
-       ls info.txt && $(BSL) -p info.txt || true  #MSP430F2xx targets only, inelegant.
-       $(BSL) -p $(app).hex 
+       #$(BSL) -e
+       #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
 dumpinfo: