Re: [patch 1/8] extend make headers_check to detect more problems
From: David Woodhouse <dwmw2@infradead.org>
Date: 2006-09-18 08:11:06
Also in:
lkml
From: David Woodhouse <dwmw2@infradead.org>
Date: 2006-09-18 08:11:06
Also in:
lkml
On Mon, 2006-09-18 at 10:05 +0200, Arnd Bergmann wrote:
+headers-y Files that are installed verbatim from the source + directory, as well subdirectories that also contain + installable header files. +objhdr-y Files that are installed from the object directory, + having been generated during the kernel build. +unifdef-y Files that have both parts for installations and + parts that are private to the kernel. These files + are run through the 'unifdef'(1) program that will + strip all parts inside of '#ifdef __KERNEL__'.
objhdr-y Files that are generated automatically during the
build process (i.e. include/linux/version.h) and
are installed verbatim from the build directory.
Looks good, thanks for doing the documentation.
--
dwmw2