<div dir="ltr"><div><div><div><div><div>Hi All,<br><br></div>I have an make file like this<br><br>obj-m := abc.o<br><br>all:<br>        make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules<br><br>clean:<br>        make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean<br>
<br>when i do the make i am getting this error<br><br><b>make: Nothing to be done for `all&#39;.<br><br></b></div><b>I am using centos 6.2<br>uname -a<br>Linux hwcentos2 2.6.32-220.el6.x86_64 #1 SMP Tue Dec 6 19:48:22 GMT 2011 x86_64 x86_64 x86_64 GNU/Linux<br>
<br><br></b></div>Whats the error?<br><br></div>Regards<br></div>Anil<br></div>