From aaa7b427a55861dc07ca2d3c3bc6959bd8a82e1e Mon Sep 17 00:00:00 2001 From: Chris Coulson Date: Fri, 19 Feb 2021 17:37:00 +0000 Subject: [PATCH] build: Pass the correct paths to sbsign Signed-off-by: Chris Coulson --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eaed19a..0cd45b9 100644 --- a/Makefile +++ b/Makefile @@ -231,8 +231,8 @@ endif ifneq ($(origin ENABLE_SBSIGN),undefined) %.efi.signed: %.efi shim.key shim.crt @$(SBSIGN) \ - --key certdb/shim.key \ - --cert certdb/shim.crt \ + --key shim.key \ + --cert shim.crt \ --output $@ $< else %.efi.signed: %.efi certdb/secmod.db