On Thu, 2005-06-02 at 03:25 +0530, Philip Tellis wrote:
Sometime Today, SP cobbled together some glyphs to say:
I made some modifications in the /usr/src/linux/drivers/ide/pci/sis5513.c file.
Cool, there ARE some adventurous device driver buckers on the list. *Rubs his hands in glee*
[snip]
"make sis5513" gives me erros.
not sure, but you may want to try one of the following:
Perhaps you might want to send us your Makefile and the kernel version you are using... and a dump of what make throws.
make sis5513.o or make sis5513.ko
AFAIK, make sis5513 should do the trick as long as you have something like:
obj-m := sis5513.c in your Makefile.
depending on whether you have linux 2.4 or linux 2.6
Regards
ah