You might have to create a makefile, but try "make xyz.o", where xyz is the name of the .c file. Make implicitly understands several kinds of files, of which .c is one.
I'd also look for any kind of executable in that directory, and see if maybe they have instructions on the web site.
Another possibility: if this has the same name as something already in the kernel tree, maybe you're supposed to replace the code in the kernel source tree with this stuff. The regular kernel compile and makefiles would know what to do with it if the name was identical.
Good luck,
CHL
|