mirror of https://github.com/ipxe/ipxe.git
[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>pull/13/head
parent
445ac9fbdc
commit
5b9ce33c5c
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue