mirror of
https://github.com/xcat2/xNBA.git
synced 2026-03-25 07:49:18 +00:00
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>