I'm trying to debug a Linux module I believe to be broken on my system config, and I want to recompile my modifications to it (just printing out debug info to dmesg). The file is ide-cd.c in drivers/ide.
I tried this from /usr /src/linux (kernel source root):
sudo make drivers/ide/
It did make a .o file, but I believe I need a .ko file for a kernel module. Any ideas? Must I recompile the whole kernel? From what I understand the beauty of a module is that you can modify it without doing the whole thing.
That is, unless any of you have any clue what this message really means and why it's happening with my JMicron controller:
I tried this from /usr /src/linux (kernel source root):
sudo make drivers/ide/
It did make a .o file, but I believe I need a .ko file for a kernel module. Any ideas? Must I recompile the whole kernel? From what I understand the beauty of a module is that you can modify it without doing the whole thing.
That is, unless any of you have any clue what this message really means and why it's happening with my JMicron controller:
