Forum Discussion
Altera_Forum
Honored Contributor
21 years agoMakefile for simple linux device driver
Hello everyone, i'm trying to write a device driver. It is an external driver. It should be load with insmod in an running system. My problem is, that i cannot build the module (I sta...
Altera_Forum
Honored Contributor
21 years agoWell, the syntax error with the M='pwd' is because you're using the wrong "ticks".
It should be M=`pwd`... using the backticks. After fixing the backticks, try putting the O= option back in as well and let me know how it goes. It sounds like you're almost there but not quite.