commit | 4e420aa94c9e6974533797efd1dd93e779d490c3 | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Thu Jun 05 16:52:15 2008 +0200 |
committer | Sam Ravnborg <sam@ravnborg.org> | Fri Jul 25 22:08:38 2008 +0200 |
tree | 9b57f50268158fa2e1be0bf127fd7a10f811ca29 | |
parent | e6883b187920e71ae57bbc9c07885afdd83ddc4e [diff] |
kbuild: always unifdef files in headers_install* 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>