commit | 0f836e5fecf59d0d0353e9af11fd14a32a3001ae | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Wed Oct 11 01:21:43 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Oct 11 11:14:21 2006 -0700 |
tree | b5ac08451e0a7e0aa1f4c8782fed88cf2f909811 | |
parent | c21be1c9c1ab42fe285a74f184e1acbc37ee084b [diff] |
[PATCH] Add CONFIG_HEADERS_CHECK option to automatically run 'make headers_check' In order to encourage people to notice when they break the exported headers, add a config option which automatically runs the sanity checks when building vmlinux. That way, those who use allyesconfig will notice failures. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>