summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9a5ccf7..fe860e23 100644
--- a/Makefile
+++ b/Makefile
@@ -235,7 +235,10 @@ endif
ifneq ($(origin ENABLE_SBSIGN),undefined)
%.efi.signed: %.efi shim.key shim.crt
- $(SBSIGN) --key shim.key --cert shim.crt --output $@ $<
+ @$(SBSIGN) \
+ --key certdb/shim.key \
+ --cert certdb/shim.crt \
+ --output $@ $<
else
%.efi.signed: %.efi certdb/secmod.db
$(PESIGN) -n certdb -i $< -c "shim" -s -o $@ -f