summaryrefslogtreecommitdiff
path: root/board/mcc200/config.mk
AgeCommit message (Collapse)Author
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz
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.
2006-08-24Updates for MCC200 / PRS200 boards:Wolfgang Denk
- support for configurations with SDRAM or DDR memory, - support for highboot and lowboot - adjusting environment definitions
2006-07-23MCC200: set default configuration to low_boot DDR,Wolfgang Denk
and support for configurable options high_boot and/or SDRAM.
2006-03-04Add lowboot target to mcc200 boardStefan Roese
Patch by Stefan Roese, 4 Mar 2006
2006-02-22Initial port to MCC200 board (work in progress)Wolfgang Denk
Minimally modified patch by Bluetechnix, Vienna