Project

General

Profile

Statistics
| Branch: | Revision:

root / arduino-1.0 / hardware / arduino / bootloaders / optiboot / makeall @ 58d82c77

History | View | Annotate | Download (324 Bytes)

1 58d82c77 Tom Mullins
#!/bin/bash
2
make clean
3
#
4
# The "big three" standard bootloaders.
5
make atmega8
6
make atmega168
7
make atmega328
8
#
9
# additional buildable platforms of
10
#  somewhat questionable support level
11
make lilypad
12
make lilypad_resonator
13
make pro8
14
make pro16
15
make pro20
16
make atmega328_pro8
17
make sanguino
18
make mega
19
make atmega88
20
make luminet