]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[build] Allow sparse to find compiler.h
authorMichael Brown <mcb30@ipxe.org>
Thu, 25 Apr 2013 12:45:41 +0000 (13:45 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 25 Apr 2013 12:45:41 +0000 (13:45 +0100)
commit5b9ce33c5cb046cc740467e56c5e05944b4d7e54
tree5f0ace0ab8560a81e189cc0a7c5703bb03b77e08
parent445ac9fbdc1df64451821aa65b9aace765d1313e
[build] Allow sparse to find compiler.h

sparse seems to have problems finding compiler.h when specified as
"-include compiler.h"; one possible explanation is that it ignores the
include path.  Fix by using "-include include/compiler.h".

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/Makefile.housekeeping