The Kernel Module as a User Project 
---------------------------------------------

This example shows how to use the build specs with a 
user-defined makefile. Specifically, a top 
level 'Makefile.user' is used to pass macro values
from the build specs to the existing Makefile.

All values to build this kernel module have been preset, 
except the LINUX_OBJS_DIR macro that points to the head 
of the linux kernel build directory. Open the 
"Properties > Build Properties > Build Macros" and set 
LINUX_OBJS_DIR to "{workspace}/{platform_prj}/build/linux-windriver/linux-{bsp}-{kernel}-build"

Note: This sample project creates the
file moduleDebugExample.ko, a kernel object
module compatible with Linux 3.x.

To install this module, copy it to the target
and enter the command:

   insmod moduleDebugExample.ko

