Add support for a saving build objects in a separate directory.
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.
Showing
- CHANGELOG 20 additions, 0 deletionsCHANGELOG
- MAKEALL 17 additions, 3 deletionsMAKEALL
- Makefile 696 additions, 545 deletionsMakefile
- board/AtmarkTechno/suzaku/Makefile 11 additions, 7 deletionsboard/AtmarkTechno/suzaku/Makefile
- board/BuS/EB+MCF-EV123/Makefile 11 additions, 7 deletionsboard/BuS/EB+MCF-EV123/Makefile
- board/BuS/EB+MCF-EV123/textbase.mk 1 addition, 1 deletionboard/BuS/EB+MCF-EV123/textbase.mk
- board/LEOX/elpt860/Makefile 13 additions, 6 deletionsboard/LEOX/elpt860/Makefile
- board/MAI/AmigaOneG3SE/Makefile 19 additions, 12 deletionsboard/MAI/AmigaOneG3SE/Makefile
- board/Marvell/db64360/Makefile 16 additions, 6 deletionsboard/Marvell/db64360/Makefile
- board/Marvell/db64460/Makefile 16 additions, 6 deletionsboard/Marvell/db64460/Makefile
- board/RPXClassic/Makefile 11 additions, 7 deletionsboard/RPXClassic/Makefile
- board/RPXlite/Makefile 11 additions, 7 deletionsboard/RPXlite/Makefile
- board/RPXlite_dw/Makefile 11 additions, 7 deletionsboard/RPXlite_dw/Makefile
- board/RRvision/Makefile 11 additions, 7 deletionsboard/RRvision/Makefile
- board/a3000/Makefile 11 additions, 7 deletionsboard/a3000/Makefile
- board/adder/Makefile 13 additions, 6 deletionsboard/adder/Makefile
- board/adsvix/Makefile 11 additions, 8 deletionsboard/adsvix/Makefile
- board/alaska/Makefile 12 additions, 7 deletionsboard/alaska/Makefile
- board/altera/dk1c20/Makefile 12 additions, 9 deletionsboard/altera/dk1c20/Makefile
- board/altera/dk1s10/Makefile 12 additions, 9 deletionsboard/altera/dk1s10/Makefile
Loading
Please register or sign in to comment