diff options
Diffstat (limited to 'bootloaders/optiboot/makeall')
-rwxr-xr-x | bootloaders/optiboot/makeall | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bootloaders/optiboot/makeall b/bootloaders/optiboot/makeall new file mode 100755 index 0000000..f076bc7 --- /dev/null +++ b/bootloaders/optiboot/makeall @@ -0,0 +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 atmega328_pro8 +make sanguino +make mega +make atmega88 +make luminet |