On Tue, 29 Apr 2014 20:54:41 +0300, Nada Saif said:

> I'm trying to add simple linux system call - I received the following error:
> "No rule to make target 'block ..."
>
> I use kernel 2.6.32 ..
> My system call called "YourFirstName"
>
> Any suggestion to solve the issue ?

Hint:  Next time, just cut-n-paste from the terminal window, rather than
attaching a screenshot.  Among other things, it makes quoting a lot easier.

Adding it to the top-level Makefile is almost certainly not correct. Also,
why is the new syscall code under block/ rather than some other section?

Attachment: pgpsxNrS1UFbK.pgp
Description: PGP signature

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to