uboot-mt623x/lib_generic
Marian Balakowicz f93286397e 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.
2006-09-01 19:49:50 +02:00
..
Makefile Add support for a saving build objects in a separate directory. 2006-09-01 19:49:50 +02:00
bzlib.c * Patch by Pantelis Antoniou, 14 Sep 2004: 2004-10-11 22:43:02 +00:00
bzlib_crctable.c Patch by Yuli Barcohen, 14 Aug 2003: 2003-08-29 20:57:53 +00:00
bzlib_decompress.c * Patch by Pantelis Antoniou, 14 Sep 2004: 2004-10-11 22:43:02 +00:00
bzlib_huffman.c * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
bzlib_private.h * Patches by Xianghua Xiao, 15 Oct 2003: 2003-10-15 23:53:47 +00:00
bzlib_randtable.c Patch by Yuli Barcohen, 14 Aug 2003: 2003-08-29 20:57:53 +00:00
crc32.c * Make Ethernet autonegotiation on INCA-IP work for all clock rates; 2003-08-17 18:55:18 +00:00
ctype.c Initial revision 2000-07-19 14:09:16 +00:00
display_options.c Patch by Kenneth Johansson, 30 Jun 2003: 2003-07-01 21:06:45 +00:00
ldiv.c * Code cleanup: 2003-06-27 21:31:46 +00:00
string.c Scheduled for removal: strnicmp() which is unused 2006-05-03 01:00:39 +02:00
vsprintf.c Code cleanup; make several boards compile & link. 2004-03-14 22:25:36 +00:00
zlib.c * Code cleanup: 2003-06-27 21:31:46 +00:00