aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Bottomley <JBottomley@Parallels.com>2013-02-04 07:37:35 -0800
committerJames Bottomley <JBottomley@Parallels.com>2013-02-04 07:37:35 -0800
commit5e1dbb84a9027bbec315922c32d48d58fbddfbb0 (patch)
tree82d903c5abf0d5eb1df24765009eb4c71355a1b2
parent5b8547d38fa837e0fcb41e8c9aed41b08bd71fbf (diff)
downloadefitools-5e1dbb84a9027bbec315922c32d48d58fbddfbb0.tar.gz
PreLoader: per Microsoft request, remove KeyTool from authorised hash
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 50b91a6..183e98c 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ noPK.esl:
noPK.auth: noPK.esl PK.crt sign-efi-sig-list
./sign-efi-sig-list -c PK.crt -k PK.key PK $< $@
-hashlist.h: HashTool.hash KeyTool.hash
+hashlist.h: HashTool.hash
cat $^ > /tmp/tmp.hash
xxd -i /tmp/tmp.hash > $@
rm -f /tmp/tmp.hash