Re: Problem in compiling a kernel module

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Sun, Jul 10, 2011 at 11:36 AM, Ponkumaran Annadurai
<aspkumaran@xxxxxxxxx> wrote:
>
> Also I couldn't understand the script (particularly $(MAKE) - what does the
> variable stands for? also the rest of the code after "depend.depend.dep").
> If you can explain the script, I shall know how to edit the script for my
> file.

Edit the Makefile and add the following echo's

default:
    echo $(MAKE)
    echo $(KERNELDIR)
    echo $(PWD)
    $(MAKE) -C $(KERNELDIR) M=$(PWD)

You can try echoing the values of the variables. The $(MAKE) is the
make command used.

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux