summaryrefslogtreecommitdiffstats
path: root/src/Makefile.housekeeping
diff options
context:
space:
mode:
authorMichael Brown2013-04-25 14:45:41 +0200
committerMichael Brown2013-04-25 14:45:41 +0200
commit5b9ce33c5cb046cc740467e56c5e05944b4d7e54 (patch)
tree5f0ace0ab8560a81e189cc0a7c5703bb03b77e08 /src/Makefile.housekeeping
parent[netdevice] Use link-layer address as part of RNG seed (diff)
downloadipxe-5b9ce33c5cb046cc740467e56c5e05944b4d7e54.tar.gz
ipxe-5b9ce33c5cb046cc740467e56c5e05944b4d7e54.tar.xz
ipxe-5b9ce33c5cb046cc740467e56c5e05944b4d7e54.zip
[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>
Diffstat (limited to 'src/Makefile.housekeeping')
-rw-r--r--src/Makefile.housekeeping2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.housekeeping b/src/Makefile.housekeeping
index d40f226f..99de917a 100644
--- a/src/Makefile.housekeeping
+++ b/src/Makefile.housekeeping
@@ -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
#