aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-04-10 19:38:54 +0100
committerMichael Brown <mcb30@ipxe.org>2012-04-10 19:38:54 +0100
commit196751ce95fa6b6566a5b336193681fad3581fd1 (patch)
tree5f4c47b8b7099513f34f6219abccb437b8656cb9 /src/Makefile
parent96a8c70a0cf4eadad8e306618f76177d0e8ea52d (diff)
downloadipxe-196751ce95fa6b6566a5b336193681fad3581fd1.zip
ipxe-196751ce95fa6b6566a5b336193681fad3581fd1.tar.gz
ipxe-196751ce95fa6b6566a5b336193681fad3581fd1.tar.bz2
[build] Enable warnings when building utilities
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0189a46..6537ecb 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,6 +7,7 @@ CLEANUP :=
CFLAGS :=
ASFLAGS :=
LDFLAGS :=
+HOST_CFLAGS :=
MAKEDEPS := Makefile
###############################################################################