david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[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
1 changed files with 1 additions and 1 deletions

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
#