I want to test a fix that I have made to a particular file. However: # dell:/usr/src/linux-2.6.13.2-2 # make drivers/telephony/ixj.c make: Nothing to be done for `drivers/telephony/ixj.c'. and: # dell:/usr/src/linux-2.6.13.2-2 # make drivers/telephony make: Nothing to be done for `drivers/telephony'. and # cc driver/telephony/ixj.cjust gives hundreds of errors. I have done make clean (and even make mrproper) . How can I compile just this module? thanks, Felix -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/