commit | e6883b187920e71ae57bbc9c07885afdd83ddc4e | [log] [tgz] |
---|---|---|
author | Sam Ravnborg <sam@ravnborg.org> | Thu Jun 05 16:43:46 2008 +0200 |
committer | Sam Ravnborg <sam@ravnborg.org> | Fri Jul 25 22:08:37 2008 +0200 |
tree | 4b4dac56f8de17f4505d39f355ebc0df4d1a4c5b | |
parent | 5047887caf1806f31652210df27fb62a7c43f27d [diff] |
kbuild: refactor headers_* targets in Makefile o Use lower case for local variables o Add a helper target for common targets o Use $(hdr-inst)= ... to make Make invocations simpler o Add -rR to make invocations In total this adds more lines than it removes but the benefit is better readability Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: David Woodhouse <dwmw2@infradead.org>