1
0
mirror of https://github.com/Optiboot/optiboot.git synced 2025-07-03 05:42:30 +03:00

Merge pull request #166 from swegener/master

reorder targets to put generic targets last
This commit is contained in:
Bill Westfield
2015-12-16 02:14:40 -08:00

View File

@ -18,15 +18,15 @@ make atmega32
make atmega88 make atmega88
make atmega168p make atmega168p
#
# Atmel development board targets
make xplained168pb
make xplained328p
make xplained328pb
# #
# The "big three" standard bootloaders. # The "big three" standard bootloaders.
# These need to be built AFTER the platforms, or they'll get renamed # These need to be built AFTER the platforms, or they'll get renamed
make atmega8 make atmega8
make atmega168 make atmega168
make atmega328 make atmega328
#
# Atmel development board targets
make xplained168pb
make xplained328p
make xplained328pb