Re: failed to do make menuconfig

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

 



Hi,

On Tue, Jul 26, 2011 at 1:36 PM, srivatsa bhat <bhat.srivatsa@xxxxxxxxx> wrote:
>
> Probably the file lkc_defs.h is created during kernel compilation time
> itself and then subsequently used. I have seen examples of this kind of
> compilation in other Operating Systems.
> --

You are right. This line in the Makefile for kconfig seems to do that.

$(obj)/lkc_defs.h: $(src)/lkc_proto.h
        $(Q)sed < $< > $@ 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'

_______________________________________________
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