aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/optiboot/makeall
diff options
context:
space:
mode:
Diffstat (limited to 'bootloaders/optiboot/makeall')
-rwxr-xr-xbootloaders/optiboot/makeall11
1 files changed, 8 insertions, 3 deletions
diff --git a/bootloaders/optiboot/makeall b/bootloaders/optiboot/makeall
index b92c56e..f076bc7 100755
--- a/bootloaders/optiboot/makeall
+++ b/bootloaders/optiboot/makeall
@@ -1,15 +1,20 @@
#!/bin/bash
make clean
+#
+# The "big three" standard bootloaders.
+make atmega8
+make atmega168
+make atmega328
+#
+# additional buildable platforms of
+# somewhat questionable support level
make lilypad
make lilypad_resonator
make pro8
make pro16
make pro20
-make diecimila
-make atmega328
make atmega328_pro8
make sanguino
make mega
-make atmega8
make atmega88
make luminet