Skip to content
Snippets Groups Projects
  1. Sep 01, 2006
    • Marian Balakowicz's avatar
      Add support for a saving build objects in a separate directory. · f9328639
      Marian Balakowicz authored
      Modifications are based on the linux kernel approach and
      support two use cases:
      
        1) Add O= to the make command line
        'make O=/tmp/build all'
      
        2) Set environement variable BUILD_DIR to point to the desired location
        'export BUILD_DIR=/tmp/build'
        'make'
      
      The second approach can also be used with a MAKEALL script
      'export BUILD_DIR=/tmp/build'
      './MAKEALL'
      
      Command line 'O=' setting overrides BUILD_DIR environent variable.
      
      When none of the above methods is used the local build is performed and
      the object files are placed in the source directory.
      f9328639
  2. Mar 31, 2006
  3. Mar 06, 2006
  4. Mar 05, 2006
  5. Dec 12, 2005
  6. Aug 31, 2005
  7. Feb 12, 2004
    • Wolfgang Denk's avatar
      * Some code cleanup · bf9e3b38
      Wolfgang Denk authored
      * Patch by Josef Baumgartner, 10 Feb 2004:
        Fixes for Coldfire port
      
      * Patch by Brad Kemp, 11 Feb 2004:
        Fix CFI flash driver problems
      bf9e3b38
  8. Jul 24, 2003
  9. Jun 27, 2003
  10. Jun 25, 2003
  11. May 30, 2003
  12. Feb 14, 2003
  13. Nov 03, 2002
  14. Aug 26, 2002
  15. Aug 14, 2002
  16. Aug 07, 2002
  17. Aug 06, 2002
Loading