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. Jul 21, 2006
    • Wolfgang Denk's avatar
      * Cleanup TQM5200 board configurations: · 5078cce8
      Wolfgang Denk authored
        - make highboot configurations use environment at high end, too,
          to avoid flash fragmentation
        - always use redundand environment
        - don't enable video code for modules without graphics controller
        - provide useful (though different) mtdparts settings
        - get rid of CONFIG_CS_AUTOCONF which was always set anyway
      
      * Extend mkconfig tool to print more useful target name
      5078cce8
  3. Aug 03, 2005
  4. Jul 21, 2005
  5. Apr 03, 2005
  6. Oct 09, 2004
    • Wolfgang Denk's avatar
      Patch by Steven Scholz, 16 Aug 2004: · 1d9f4105
      Wolfgang Denk authored
      - Introducing the concept of SoCs "./cpu/$(CPU)/$(SOC)"
      - creating subdirs for SoCs ./cpu/arm920t/imx and ./cpu/arm920t/s3c24x0
      - moving SoC specific code out of cpu/arm920t/ into cpu/arm920t/$(SOC)/
      - moving drivers/s3c24x0_i2c.c and drivers/serial_imx.c out of drivers/
        into cpu/arm920t/$(SOC)/
      1d9f4105
  7. Jun 25, 2003
  8. Nov 02, 2002
Loading