diff options
author | Michael Brown | 2007-07-16 17:58:38 +0200 |
---|---|---|
committer | Michael Brown | 2007-07-16 17:58:38 +0200 |
commit | 048bbeeebcfce2eac0a21a8eaf44a6810d685032 (patch) | |
tree | d1d55fed52f9ece7f2fc510a81725e7137ff0104 /src/Makefile | |
parent | Split the objcopy stage out of final image preparation to a separate (diff) | |
download | ipxe-048bbeeebcfce2eac0a21a8eaf44a6810d685032.tar.gz ipxe-048bbeeebcfce2eac0a21a8eaf44a6810d685032.tar.xz ipxe-048bbeeebcfce2eac0a21a8eaf44a6810d685032.zip |
Compressed ROM images now work.
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 4f50456a..d3280702 100644 --- a/src/Makefile +++ b/src/Makefile @@ -90,6 +90,7 @@ MKCONFIG ?= $(PERL) ./util/mkconfig.pl SYMCHECK ?= $(PERL) ./util/symcheck.pl SORTOBJDUMP ?= $(PERL) ./util/sortobjdump.pl NRV2B ?= ./util/nrv2b +ZBIN ?= ./util/zbin DOXYGEN ?= doxygen # Location to place generated files |