Help with compiling new kernel..
Hi
I am trying to write a simple system call in the 2.6 linux kernel. While running the make mrproper command to recompile the kernel i am getting the following error
scripts/Makefile.clean:17: /usr/src/linux-2.6.31.6/block/mycall/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-2.6.31.6/block/mycall/Makefile'. Stop.
make: *** [_clean_block/mycall] Error 2
What does block directory contain in linux? Do i need to add my syscall file( mycall) to this directory too???
Can someone help..
thanks