Skip to content
  1. Mar 22, 2012
    • Michel Pollet's avatar
      Makefile: Redone · aa6e6e91
      Michel Pollet authored
      
      
      + Removed most explicit pathnames, use the standard make "VPATH" to let
      make find the files for itself.
      
      + Added a "hardware variant" variable that allows compiging Sanguino and
      Gen7 as well as "generic" arduino.
      
      + Allows overriding the MOTHERBOARD define from the Makefile
      
      + Removed the 'preprocessor' bit that wasn't needed, now just "include" the
      files that are needed, since it allows gcc to show the right file/line
      when displaying error/warnings.
      
      + Uses gcc's own dependency generator to generate the .d files, and
      and include these instead of self-patching the makefile
      
      Signed-off-by: default avatarMichel Pollet <buserror@gmail.com>
      aa6e6e91
  2. Mar 19, 2012
  3. Mar 18, 2012
  4. Mar 15, 2012
  5. Mar 12, 2012
  6. Mar 11, 2012
  7. Mar 09, 2012
  8. Mar 08, 2012
  9. Mar 07, 2012
  10. Mar 05, 2012
  11. Mar 04, 2012
  12. Mar 03, 2012