Hi All,I am facing a problem while trying to build my modules using make.Please find below the Makefile that i am using:obj-m:=hello.oall:make -C /usr/src/linux-2.6.14.3 M='pwd' modulesclean:make -C /usr/src/linux-2.6.14.3 M='pwd' cleanand when i run make from the prompt this is the error that i am getting:make: Nothing to be done for `all'.Can anyone help me out with this. Also if theres some other way to build modules with out the makefile then let me know.Thanks in advance,Madhan.