Hi, When i write a makefile to build a kernel module how should i make sure that it contains debugging symbols? So that when i will use gdb over serial line to debug the module, i can use "add-symbol-file"? -- -aft