diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-04-10 19:38:54 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-04-10 19:38:54 +0100 |
commit | 196751ce95fa6b6566a5b336193681fad3581fd1 (patch) | |
tree | 5f4c47b8b7099513f34f6219abccb437b8656cb9 /src/Makefile | |
parent | 96a8c70a0cf4eadad8e306618f76177d0e8ea52d (diff) | |
download | ipxe-196751ce95fa6b6566a5b336193681fad3581fd1.tar.gz |
[build] Enable warnings when building utilities
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 0189a469d..6537ecb4a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -7,6 +7,7 @@ CLEANUP := CFLAGS := ASFLAGS := LDFLAGS := +HOST_CFLAGS := MAKEDEPS := Makefile ############################################################################### |