failed to do make menuconfig
Prashant Shah
pshah.mumbai at gmail.com
Tue Jul 26 04:22:01 EDT 2011
Hi,
On Tue, Jul 26, 2011 at 1:36 PM, srivatsa bhat <bhat.srivatsa at 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)/'
More information about the Kernelnewbies
mailing list