Driver porting: compiling external modules
Driver porting: compiling external modules
Posted Feb 19, 2004 20:13 UTC (Thu) by jdeas (guest, #19608)Parent article: Driver porting: compiling external modules
I am new to this.
I have a custom driver I want to port to 2.6
The interrupt and work queue info seems good but
I am having trouble with the make file.
Compiling using a standard make command and Makefile
does not understand (can not find) 'obj-m' . Is my basic way of compiling
now wrong?
obj-m:=Mydriver.o give the above error
