From: JockyW <joc...@ho...> - 2004-04-08 23:24:55
|
I'm currently developing a kernelmodule to access the dvd. I have a .c and a .S file. The .S contains a few cache invalidate and flush routines and the .c has all the init, read and ioctl code. My problem is that I have no idea how my Makefile should look, such that both files are compiled and linked into a working module.o When I build a module out of just the .c it compiles fine and with insmod I can make it run. But to make it work 100% my module needs both files. Can anyone help me out? Thx and Happy Easter! |