diff options
author | Michael Brown | 2013-05-14 21:08:26 +0200 |
---|---|---|
committer | Michael Brown | 2013-05-14 21:46:53 +0200 |
commit | dbea47ce7d61f253b58aa7268b0261922a6b1a22 (patch) | |
tree | 5f2879d5c7d5b55931f386af04f8ff30499ba7a4 /src/Makefile | |
parent | [build] Provide "allXXXs" targets for all media on all platforms (diff) | |
download | ipxe-dbea47ce7d61f253b58aa7268b0261922a6b1a22.tar.gz ipxe-dbea47ce7d61f253b58aa7268b0261922a6b1a22.tar.xz ipxe-dbea47ce7d61f253b58aa7268b0261922a6b1a22.zip |
[build] Add efidrv.cab target for UEFI Secure Boot signing
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 207369a9..c6f090d9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -49,6 +49,7 @@ ICCFIX := ./util/iccfix EINFO := ./util/einfo GENKEYMAP := ./util/genkeymap.pl DOXYGEN := doxygen +LCAB := lcab BINUTILS_DIR := /usr BFD_DIR := $(BINUTILS_DIR) ZLIB_DIR := /usr |