diff options
author | WestfW <westfw@gmail.com> | 2011-06-10 16:29:34 -0700 |
---|---|---|
committer | WestfW <westfw@gmail.com> | 2011-06-10 16:29:34 -0700 |
commit | 64be388f3eb3ce662000d7c14e44047458f55875 (patch) | |
tree | 8deee875df10ee5431b973b415f7be8d2f99ac42 /bootloaders | |
parent | 4f44d2893a506ee3924785c91a5f8983c013150c (diff) |
Update shell script makeall
Diffstat (limited to 'bootloaders')
-rwxr-xr-x | bootloaders/optiboot/makeall | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bootloaders/optiboot/makeall b/bootloaders/optiboot/makeall index 7a0b82d..b92c56e 100755 --- a/bootloaders/optiboot/makeall +++ b/bootloaders/optiboot/makeall @@ -6,8 +6,10 @@ make pro8 make pro16 make pro20 make diecimila -make ng make atmega328 make atmega328_pro8 +make sanguino +make mega +make atmega8 +make atmega88 make luminet - |