aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/optiboot/makeall
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2010-09-22 09:04:33 -0400
committerDavid A. Mellis <d.mellis@arduino.cc>2010-09-22 09:04:33 -0400
commit8980259e0d8cfd11271bfa4ada54ad952dbc4085 (patch)
treeefcc2879e63a1640065e64949ab6da9f241d1225 /bootloaders/optiboot/makeall
parentf9a3b5cfa9b591096b80a7541323c4319da2d32d (diff)
Adding optiboot and Arduino Uno boards menu entry.
Diffstat (limited to 'bootloaders/optiboot/makeall')
-rwxr-xr-xbootloaders/optiboot/makeall13
1 files changed, 13 insertions, 0 deletions
diff --git a/bootloaders/optiboot/makeall b/bootloaders/optiboot/makeall
new file mode 100755
index 0000000..7a0b82d
--- /dev/null
+++ b/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
+