LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   make: Nothing to be done for `default'. (https://www.linuxquestions.org/questions/linux-newbie-8/make-nothing-to-be-done-for-%60default-818864/)

Aquarius_Girl 07-09-2010 06:01 AM

Quote:

Originally Posted by boidi (Post 4028181)
thanx a lot
bye

You can mark the thread SOLVED if you think you have got an answer to your problem through the Thread tools menu at the top of this page !

embLinux 01-29-2014 01:33 AM

Quote:

Originally Posted by Anisha Kaul (Post 4028158)
Hello,
I got it,


When you copy paste the Makefile from post 7, make sure you delete the spaces shown in RED below by Backspace key and then press TAB

Code:

obj-m += hello.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


just wanted to say that helped me out

Aquarius_Girl 01-29-2014 01:55 AM

Quote:

Originally Posted by embLinux (Post 5107260)
just wanted to say that helped me out

I am glad that it helped you and that you bothered to acknowledge it.


All times are GMT -5. The time now is 05:47 AM.