summaryrefslogtreecommitdiff
path: root/utility/Makefile
diff options
context:
space:
mode:
authorGaurav Shah <gauravsh@chromium.org>2010-05-28 11:47:33 -0700
committerGaurav Shah <gauravsh@chromium.org>2010-05-28 11:47:33 -0700
commitf666780e86fda8bf8244f2316d95e025f5767850 (patch)
tree5f6d57c181f28bca07c5a2cbb18f4c95990e17e0 /utility/Makefile
parent2a9c66cd71212120f7a6b7d45fdc457e42352fe1 (diff)
downloadvboot-f666780e86fda8bf8244f2316d95e025f5767850.tar.gz
Add --subkey_in option to kernel signing utility.
This allows for using an existing key signature (subkey) header to generate new signed images if the kernel signing is unchanged. This obviates the need to take out the firmware private key each time a new signed kernel image is generated. A similar change will also be propagated to the firmware signing utility. We would REALLY like to reduce the need to take out the verified boot private root key (used for generating R/W firmware key signature headers) everytime we generate a new signed R/W firmware image. Review URL: http://codereview.chromium.org/2372001
Diffstat (limited to 'utility/Makefile')
-rw-r--r--utility/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utility/Makefile b/utility/Makefile
index 22e0c234..3cdbb82d 100644
--- a/utility/Makefile
+++ b/utility/Makefile
@@ -6,6 +6,7 @@ TOP ?= ../
CC ?= gcc
CXX ?= g++
INCLUDES += -I./include \
+ -I$(FWDIR)/lib/include \
-I$(FWDIR)/lib/cgptlib/include \
-I$(FWDIR)/lib/cryptolib/include \
-I../misclibs/include \