Hi,

On Tue, Jul 26, 2011 at 1:36 PM, srivatsa bhat <[email protected]> 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
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to