Make File error
Anil Joshi
aj27744 at gmail.com
Wed Dec 4 03:34:50 EST 2013
Hi All,
I have an make file like this
obj-m := abc.o
all:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
clean:
make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
when i do the make i am getting this error
*make: Nothing to be done for `all'.*
*I am using centos 6.2uname -aLinux 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*
Whats the error?
Regards
Anil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20131204/3868e3e0/attachment.html
More information about the Kernelnewbies
mailing list