===============================================================================
0. diff/ dir contains all of the product and oem files.

1. After you check out the storage_project do "make" at the top dir. Then you will
   get the bin file in you TOPDIR/diff/xxx/xxx/

2. TARGET

env:            ==>             Build the Inter IXP environment file. Need only ONCE.

ramdisk:        ==>             Decompress ramdisk.tar.gz in diff/ to topdir.

dep
zImage          ==>             Make Linux's dep, zImage, modules.
modules:

zImage_cp:      ==>             Copy zImage from linux to diff dir.

modules_cp:     ==>             Copy modulse from linux to ramdisk/ in topdir.

zImagei:        ==>             Copy zImage from linux to /tftpboot.

source:         ==>             Make in source.

sourcei:        ==>             Make install in source. This will copy all necessary files to ramdisk/
                                include htmls, pics and exec files.

ram:            ==>             Build ramdisk image. The target image will be in diff.

rami:           ==>             Copy ramdisk image to /tftpboot

bin:            ==>             Build bin file. This need zImage, ramdisk, par, pid.

ramdisk.tar.gz: ==>             Compress ramdisk and store the ramdisk.tar.gz in diff.
3. To build the F/W bin
   #make env
   #make ramdisk
   #make dep
   #make zImage
   #make modules
   #cd source
   #make 
   #cd ../
   #make sourcei
   #make ram
   #make bin

   File "diff/simple_nas/DDC/simple_nas.bin" is F/W bin.
