On Mon, Jun 8, 2009 at 11:13 PM, Vaibhav Kulkarni<[email protected]> wrote:
> all:
>        make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules

Forgot to mention...
Whitespaces are screwed-up in the email body & make is very particular
about whitespaces. Make sure you type as follows--

all:
<tab>make -C /lib/modules/$(shell uname -r)/build M=$(PWD)

and not

all:
<space><space><space><space>make -C /lib/modules/$(shell uname
-r)/build M=$(PWD)

Similarly for the clean clause.

Regards,
Vaibhav

_______________________________________
Pune GNU/Linux Users Group Mailing List 

Reply via email to