Basic implementation of 'make headers_check'
authorDavid Woodhouse <dwmw2@infradead.org>
Sun, 18 Jun 2006 11:02:10 +0000 (12:02 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sun, 18 Jun 2006 11:02:10 +0000 (12:02 +0100)
commit684753599afc76aa8f66c731bafb7204b39265b8
tree660da6e957637f063735c5f27090674d4249c573
parent8d730cfb50cc77da6d00f941daef440918a1922f
Basic implementation of 'make headers_check'

Based on the 'headers_install' target, this performs a basic sanity check
on the exported headers -- so far only checking that they do not include
any other headers which aren't selected for import, but easily extendable.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Makefile
scripts/Makefile.headersinst
scripts/hdrcheck.sh [new file with mode: 0755]