snurce / optiboot

Automatically exported from code.google.com/p/optiboot
0 stars 0 forks source link

Split makefile for production/extra platforms #100

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Consider moving the "new/extra" platforms (atmega1284, atmega32, etc) to a 
"Makefile.extraplatforms" that is included into Makefile.  This would make it 
more obvious when a makefile edit only affects (or adds to) the extra platforms 
vs actual changes to the core Makefile logic or production platforms.  There 
could even be Makefile.productionplatforms and Makefile.userplatforms to 
further distinguish status.

Original issue reported on code.google.com by wes...@gmail.com on 7 May 2014 at 11:22

GoogleCodeExporter commented 8 years ago

Original comment by wes...@gmail.com on 27 Jun 2014 at 6:25

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/optiboot/source/detail?r=a10ef5c935a11a0e656927cd5e9b3
06937203f52
(Version 6.0)
We now have Makefile.extras, Makefile.1284 (m644 and m1284, which are appearing 
in numerous versions), and Makefile.custom.  Makefile.custom isn't fully 
implemented yet.

Original comment by wes...@gmail.com on 28 Jun 2014 at 9:06

GoogleCodeExporter commented 8 years ago

Original comment by wes...@gmail.com on 28 Jun 2014 at 9:06