[PLUG] gcc compilation issue
Vaibhav Kulkarni
netvaibhav at gmail.com
Mon Jun 8 23:19:08 IST 2009
On Mon, Jun 8, 2009 at 11:13 PM, Vaibhav Kulkarni<netvaibhav at gmail.com> 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
More information about the Plug-mail
mailing list