<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 4, 2014 at 12:59 AM, Dipanjan Das <span dir="ltr">&lt;<a href="mailto:mail.dipanjan.das@gmail.com" target="_blank">mail.dipanjan.das@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>What I tried to mean is NOT to test the syscall after the modified kernel is compiled and booted. That&#39;s easy.<br>
</div>
<div><br></div><div>To add the syscall to the kernel, one needs to drop a C code implementing the body of the call itself to some appropriate location of the kernel source tree. Isn&#39;t it so? I am doing that for the first time and want to be sure that the compilation, especially the includes work. Otherwise, the kernel compilation may throw an error midway, thereby wasting my time.</div>
</div></blockquote><div><br></div><div>Hi Dipanjan,</div><div><br></div><div>    Try this from the toplevel kernel source directory:</div><div><br></div><div>    make SUBDIRS=/your/specific/directory</div><div><br></div><div>
-- </div><div>Augusto Mecking Caringi</div></div></div></div>