[ydl-gen] Installing additional kernel modules on YDL5

Bill Fink billfink at mindspring.com
Sun Oct 7 23:51:15 MDT 2007


On Mon, 8 Oct 2007, Atro Tossavainen wrote:

> > That fixed the symlinks and the System map issues I had.  Let me
> > know if that doesn't solve your linux/config.h issue too.  
> 
> It fixed the source symlink, but there's still no linux/config.h.

It seems include/linux/config.h was removed from the 2.6.19 (and later)
kernel.  See for example:

	http://www.linuxquestions.org/questions/linux-kernel-70/removal-of-includelinuxconfig.h-file-in-2.6.19-kernel-506363/

The source of config.h in older kernels also gives a clue.

#ifndef _LINUX_CONFIG_H
#define _LINUX_CONFIG_H
/* This file is no longer in use and kept only for backward compatibility.
 * autoconf.h is now included via -imacros on the commandline
 */
#include <linux/autoconf.h>

#endif

						-Bill


More information about the yellowdog-general mailing list