On Friday 27 October 2006 15:03, Steve Holdoway wrote: > OK, the latest kernels now no longer use config.h. This is a real pain as > I've got to rewrite all my config stuff. Woo hoo - my favouritest job ever! > > Does anyone know of the variables I can use for ifdefs that'll distinguish > between new/old builds?? You can put an existing .config file into the top directory of the kernel and then say "make oldconfig". It will then move all your existing configuration settings into a new .config and ask you questions for the new settings.
You then build the kernel with a simple "make" command. HTH - I'm not sure if that's the answer you need. -- CS
