summaryrefslogtreecommitdiffstats
path: root/core/config.mk
diff options
context:
space:
mode:
authorGeremy Condra <gcondra@google.com>2014-07-08 20:07:41 -0700
committerGeremy Condra <gcondra@google.com>2014-07-10 14:53:08 -0700
commit740b6636cca66f2e7e7a40a205f2476f2ee19192 (patch)
treeba978ea42d8b6a90dd9274c599accdd9cf2d4a30 /core/config.mk
parent45a45d611fa96307d194bf95b8e48e870495f870 (diff)
downloadbuild-740b6636cca66f2e7e7a40a205f2476f2ee19192.zip
build-740b6636cca66f2e7e7a40a205f2476f2ee19192.tar.gz
build-740b6636cca66f2e7e7a40a205f2476f2ee19192.tar.bz2
Add support for signed boot images.
Diffstat (limited to 'core/config.mk')
-rw-r--r--core/config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk
index c4d088d..0e612a7 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -405,6 +405,7 @@ RMTYPEDEFS := $(HOST_OUT_EXECUTABLES)/rmtypedefs
APPEND2SIMG := $(HOST_OUT_EXECUTABLES)/append2simg
VERITY_SIGNER := $(HOST_OUT_EXECUTABLES)/verity_signer
BUILD_VERITY_TREE := $(HOST_OUT_EXECUTABLES)/build_verity_tree
+BOOT_SIGNER := $(HOST_OUT_EXECUTABLES)/boot_signer
# ACP is always for the build OS, not for the host OS
ACP := $(BUILD_OUT_EXECUTABLES)/acp$(BUILD_EXECUTABLE_SUFFIX)