History log of /openbmc/u-boot/fs/jffs2/Makefile (Results 51 – 55 of 55)
Revision Date Author Comments
# 64cd52ef 18-Sep-2006 Stefan Roese <sr@denx.de>

Merge with /home/stefan/git/u-boot/denx


# 6741ae92 03-Sep-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/m8/git/u-boot


# f9328639 01-Sep-2006 Marian Balakowicz <m8@semihalf.com>

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

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.

show more ...


# 07cc0999 04-May-2005 wdenk <wdenk>

Major upate of JFFS2 code; now in sync with snapshot of MTD CVS of
March 13, 2005); new configuration options CONFIG_JFFS2_LZO and
CONFIG_JFFS2_LZARI are added. Both are undefined by default.


# 012771d8 08-Mar-2002 wdenk <wdenk>

Initial revision


123