]> git.zerfleddert.de Git - rsbs2/blobdiff - bmc/Makefile
make ipmb responses const
[rsbs2] / bmc / Makefile
index 8285880eb756fe5b9408b789a638c82fbcfdff0b..b97087872c2ec8a623a8b7fafe3b6b1c0c580d2b 100644 (file)
@@ -1,5 +1,4 @@
-PROG=dragon_jtag
-PORT=usb
+#PROG=-c dragon_jtag -P usb
 PMCU=m16
 GCCMCU=atmega16
 #Fuses for 1MHz:
@@ -21,7 +20,7 @@ bmc.bin: bmc
        $(OBJCOPY) -j .text -j .data -O binary $^ $@
 
 flash: bmc.bin
-       avrdude -v -c $(PROG) -P $(PORT) -p $(PMCU) -U flash:w:$^
+       avrdude -v $(PROG) -p $(PMCU) -U flash:w:$^
 
 debug: bmc bmc.bin
        setsid avarice -g -D :4242
Impressum, Datenschutz