
To build this kernel module, you will need to first get the
complete Linux kernel sources, and extract them. In the
following, we will assume that the sources are located in
the directory /tmp/linux-2.6.15
Then, run the following commands:

export PATH="/path/to/mips-linux-uclibc/bin:${PATH}"
export KERNEL_DIR="/tmp/linux-2.6.15"
make -C "${KERNEL_DIR}" M=$(pwd)

The resulting module is the file named clip_mod.ko
