2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 17:41:55 +00:00

[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>
This commit is contained in:
Michael Brown 2013-04-25 13:45:41 +01:00
parent 445ac9fbdc
commit 5b9ce33c5c

View File

@ -475,7 +475,7 @@ LDFLAGS += --gc-sections
# compiler.h is needed for our linking and debugging system
#
CFLAGS += -include compiler.h
CFLAGS += -include include/compiler.h
# CFLAGS for specific object types
#