mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03: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:
@@ -475,7 +475,7 @@ LDFLAGS += --gc-sections
|
|||||||
|
|
||||||
# compiler.h is needed for our linking and debugging system
|
# compiler.h is needed for our linking and debugging system
|
||||||
#
|
#
|
||||||
CFLAGS += -include compiler.h
|
CFLAGS += -include include/compiler.h
|
||||||
|
|
||||||
# CFLAGS for specific object types
|
# CFLAGS for specific object types
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user