kbuild: always unifdef files in headers_install*
authorSam Ravnborg <sam@ravnborg.org>
Thu, 5 Jun 2008 14:52:15 +0000 (16:52 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Fri, 25 Jul 2008 20:08:38 +0000 (22:08 +0200)
unifdef utility is fast enough to warrant that we always
run the scripts through unifdef.

This patch runs all headers listed with header-y and unifdef-y
through unifdef.
Next step is to drop unifdef-y in all Kbuild files and
that can now be done in smaller steps.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Adrian Bunk <bunk@kernel.org>
scripts/Makefile.headersinst

Simple merge