<br><br><div class="gmail_quote">On Sun, Jul 10, 2011 at 12:15 PM, Prashant Shah <span dir="ltr">&lt;<a href="mailto:pshah.mumbai@gmail.com" target="_blank">pshah.mumbai@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Hi,<br>
<div><br>
On Sun, Jul 10, 2011 at 11:36 AM, Ponkumaran Annadurai<br>
&lt;<a href="mailto:aspkumaran@gmail.com" target="_blank">aspkumaran@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Also I couldn&#39;t understand the script (particularly $(MAKE) - what does the<br>
&gt; variable stands for? also the rest of the code after &quot;depend.depend.dep&quot;).<br>
&gt; If you can explain the script, I shall know how to edit the script for my<br>
&gt; file.<br>
<br>
</div>Edit the Makefile and add the following echo&#39;s<br>
<br>
`default:<br>
    echo $(MAKE)<br>
    echo $(KERNELDIR)<br>
    echo $(PWD)<br>
<div>    $(MAKE) -C $(KERNELDIR) M=$(PWD)<br>
<br>
</div>You can try echoing the values of the variables. The $(MAKE) is the<br>
make command used.<br>
</blockquote></div><br>Thanks sir, It worked. But still I couldn&#39;t understand what is the wrong in the makefile given in TLDP.org, also the if statements as said in the previous mail.<br>One more thing can I install the new kernel in a virtual machine like virtual box? if so how can I do it? coz I can&#39;t access Internet from that kernel. Suggesting some measures will be helpful.<br clear="all">


<br>-- <br>thanks,<br>kumaran<br>