9
0
Fork 0
barebox/net
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
bootp.c Add support for the DHCP vendor optional bootfile (#67). 2006-03-12 18:26:46 +01:00
bootp.h Initial revision 2002-07-20 20:14:13 +00:00
eth.c * Update Intel IXP4xx support 2006-05-30 15:56:48 +02:00
net.c GCC-4.x fixes: clean up global data pointer initialization for all boards. 2006-03-31 18:32:53 +02:00
nfs.c Fix return code of NFS command 2005-08-06 01:11:12 +02:00
nfs.h * Patch by Steven Scholz, 25 Feb 2004: 2004-02-27 00:07:27 +00:00
rarp.c Patches by Pantelis Antoniou, 30 Mar 2004: 2004-04-15 21:48:45 +00:00
rarp.h Initial revision 2002-07-20 20:14:13 +00:00
sntp.c Fix problems with SNTP support; 2005-04-02 22:37:54 +00:00
sntp.h * Patch by Masami Komiya, 30 Mar 2005: 2005-04-01 00:25:43 +00:00
tftp.c Fix typo. 2006-08-14 22:43:13 +02:00
tftp.h Initial revision 2000-12-28 11:02:30 +00:00