aboutsummaryrefslogtreecommitdiff
path: root/arduino/bootloaders/optiboot/makeall
diff options
context:
space:
mode:
Diffstat (limited to 'arduino/bootloaders/optiboot/makeall')
-rw-r--r--arduino/bootloaders/optiboot/makeall13
1 files changed, 13 insertions, 0 deletions
diff --git a/arduino/bootloaders/optiboot/makeall b/arduino/bootloaders/optiboot/makeall
new file mode 100644
index 0000000..7a0b82d
--- /dev/null
+++ b/arduino/bootloaders/optiboot/makeall
@@ -0,0 +1,13 @@
+#!/bin/bash
+make clean
+make lilypad
+make lilypad_resonator
+make pro8
+make pro16
+make pro20
+make diecimila
+make ng
+make atmega328
+make atmega328_pro8
+make luminet
+