<div dir="ltr"><div><br></div>For Email Client Try to read the Documentation of <a href="http://kernel.org">kernel.org</a><br><br><a href="https://www.kernel.org/doc/Documentation/email-clients.txt">https://www.kernel.org/doc/Documentation/email-clients.txt</a><br>
<div><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hi,<br>
Which email client is best to submit tasks . I use gmail , and I get a<br>
problem with attachment base64!?<br>
<br>
What you suggest me to use!<br>
<br>
Regards,<br>
N.G<br>
<br>
On Tue, Apr 29, 2014 at 6:34 PM, Pranay Srivastava &lt;<a href="mailto:pranjas@gmail.com">pranjas@gmail.com</a>&gt; wrote:<br>
&gt; On Tue, Apr 29, 2014 at 8:40 PM, me storage &lt;<a href="mailto:me.storage126@gmail.com">me.storage126@gmail.com</a>&gt; wrote:<br>
&gt;&gt; Hi i every one i am new to linux kernel programming .I am participating in<br>
&gt;&gt; Eudyptula Challenge .Recently i submitted my solutions to Task 01 but i<br>
&gt;&gt; gives me reply like the below<br>
&gt;&gt;<br>
&gt;&gt; &quot;Please read the requirements for the Makefile and allow the module to be<br>
&gt;&gt; built against any kernel source tree on the filesystem, not just those<br>
&gt;&gt; kernels that happened to be installed in /lib/ at some point in time.&quot;<br>
&gt;&gt;<br>
&gt;&gt; And my make file is like this<br>
&gt;&gt;<br>
&gt;&gt; ifneq ($(KERNELRELEASE),)<br>
&gt;&gt;      obj-m += helloworld.o<br>
&gt;&gt;  else<br>
&gt;&gt;  default<br>
&gt;<br>
&gt; I hope you understand the -C switch<br>
&gt; :<br>
&gt;&gt;        make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules<br>
&gt;&gt;  clean:<br>
&gt;&gt;        make -C /lib/modules/$(shell uname -r)/bulid M=$(PWD) clean<br>
&gt;&gt;  end<br>
&gt;&gt;<br>
&gt;<br>
&gt; If not then find it out and see what you need to change.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; So can any please tell me how to allow the module to be built against any<br>
&gt;&gt; kernel source tree on the filesystem?<br>
&gt;&gt; or can any one pleae tell me what does it mean?<br>
&gt;&gt; Thank you<br>
&gt;&gt;<br></blockquote></div></div></div></div>