summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorGeoff Lywood2010-05-28 00:00:07 +0200
committerMichael Brown2010-05-28 00:00:07 +0200
commita5ad78f27e37b673b619afd88ae7ccf0d47261ce (patch)
tree44a8fe412943c39a2f348ff4788637eb9c2b1d3b /src/Makefile
parent[efi] Fix .efi and .efidrv linking (diff)
downloadipxe-a5ad78f27e37b673b619afd88ae7ccf0d47261ce.tar.gz
ipxe-a5ad78f27e37b673b619afd88ae7ccf0d47261ce.tar.xz
ipxe-a5ad78f27e37b673b619afd88ae7ccf0d47261ce.zip
[build] Allow building against a zlib in a non-standard location
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 8247ec24..febcb4ff 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -46,6 +46,7 @@ ICCFIX := ./util/iccfix
DOXYGEN := doxygen
BINUTILS_DIR := /usr
BFD_DIR := $(BINUTILS_DIR)
+ZLIB_DIR := /usr
###############################################################################
#