Edward Capriolo - 2006-05-05

make all -C hash
make[1]: Entering directory `/home/edward/replic/pratima/pratima/hash'
gcc -g -c srr_hash_k.c  -D__KERNEL__  -I/usr/src/linux/include -O2
In file included from ../include/srr_kernel.h:5,
                 from ../include/srr_hash_k.h:3,
                 from srr_hash_k.c:25:
/usr/include/linux/config.h:5:2: #error Incorrectly using glibc headers for a kernel moduleIn file included from /usr/include/linux/sched.h:13,

What is the compatablity for 2.6.X kernel?
Without a ./configure program will I have to edit all the make files to work with my kernel source location?