Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/115/1.html
Дата изменения: Thu Mar 23 12:37:35 2000
Дата индексирования: Wed Sep 15 04:07:57 2010
Кодировка:
See include/linux/autoconf.h 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