mirror of https://github.com/wolfSSL/wolfBoot.git
Remove hardcoded path for signed fsp images
parent
817568ba24
commit
3e1c2eb519
|
|
@ -1,7 +1,7 @@
|
|||
SIGN_TOOL?=../tools/keytools/sign
|
||||
SIGN_OPTIONS?=--ecc256 --sha256
|
||||
SIGN_KEY?=../wolfboot_signing_private_key.der
|
||||
X86FSP_PATH?=../src/x86
|
||||
X86FSP_PATH?=../`dirname $(FSP_M_BIN)`
|
||||
|
||||
|
||||
$(LSCRIPT_IN): $(WOLFBOOT_ROOT)/hal/$(LSCRIPT_IN).in FORCE
|
||||
|
|
|
|||
Loading…
Reference in New Issue