The HyperNews Linux KHG Discussion Pages

See include/linux/autoconf.h

Forum: The Linux Kernel Hackers' Guide
Re: Question Kernel Makefile Configuration: how? (Simon Green)
Keywords: Makefile, configuration
Date: Mon, 13 Oct 1997 12:05:56 GMT
From: Balaji Srinivasan <BalajiSrinivasan>

When you run make config (or its siblings) it creates a file in include/linux directory. This file (autoconf.h) is included in include/linux/config.h in all the required C files...

For the makefile the place that these config options are specified is in the .config file in the TOPLEVEL directory.

Hope this helps balaji