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
_______________________________________________
yellowdog-general mailing list
[email protected]
http://lists.terrasoftsolutions.com/mailman/listinfo/yellowdog-general
HINT: to Google archives, try '<keywords> site:terrasoftsolutions.com'