summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/g/build.mk8
1 files changed, 2 insertions, 6 deletions
diff --git a/chip/g/build.mk b/chip/g/build.mk
index c2a5bd360c..7e68564387 100644
--- a/chip/g/build.mk
+++ b/chip/g/build.mk
@@ -114,14 +114,10 @@ dirs-y += chip/g/dcrypto
dirs-y += chip/g/loader
endif
-$(out)/RO/ec.RO.flat: $(out)/util/signer
-$(out)/RW/ec.RW.flat: $(out)/util/signer
-
%.hex: %.flat
ifneq ($(CONFIG_RW_B),)
$(out)/$(PROJECT).obj: $(out)/RW/ec.RW_B.flat
-$(out)/RW/ec.RW_B.flat: $(out)/util/signer
endif
ifneq ($(CR50_DEV),)
@@ -130,13 +126,13 @@ endif
MANIFEST := util/signer/ec_RW-manifest-dev.json
CR50_RO_KEY ?= rom-testkey-A.pem
+SIGNER = /usr/bin/cr50-codesigner
+
ifeq ($(H1_DEVIDS),)
CR50_RW_KEY = loader-testkey-A.pem
-SIGNER = $(out)/util/signer
SIGNER_EXTRAS =
SIGNER_MANIFEST := $(MANIFEST)
else
-SIGNER = sudo $(HOME)/bin/codesigner
CR50_RW_KEY = cr50_rom0-dev-blsign.pem.pub
RW_SIGNER_EXTRAS = -x util/signer/fuses.xml