July 26, 2011
8:22 a.m.
Hi, On Tue, Jul 26, 2011 at 1:36 PM, srivatsa bhat <bhat.srivatsa@gmail.com> 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)/'