The following preliminary build scripts are provided to make life easier:

build-cipe-3-debug.sh	Builds cipe ptpp inteface (proto=3) with DEBUG 
build-cipe-3-prod.sh	Builds cipe ptpp inteface (proto=3) without DEBUG 
build-cipe-4-debug.sh	Builds cipe ethernet inteface (proto=4) with DEBUG 
build-cipe-4-prod.sh	Builds cipe ethernet inteface (proto=4) without DEBUG 
build-cipex-rh242.sh	Builds cipe ethernet inteface (proto=4) without DEBUG
			for the Red Hat 7.1 2.4.2-2 kernel only.
resume-build.sh		Resumes build without re-configuring. useful when 
			the build fails, to resume after correcting the
			cause of the failure.

If a script is executed with as argument '-I', e.g.

# ./build-cipe-4-prod.sh -I

then the module and driver program are also installed.

Without this argument, the script will configure, compile and link, without
installing the resulting executables.

All scripts create a log file 'make.log' in the current directory.

Note: Be sure your source tree is properly configured for target kernel,
      and use always the same compiler as used when building that kernel!
