File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ $(PRIVATE_KEY):
191191 $(Q )$(MAKE ) keytools_check
192192 $(Q ) (test $( SIGN) = NONE) || (" $( KEYGEN_TOOL) " $( KEYGEN_OPTIONS) -g $( PRIVATE_KEY) ) || true
193193 $(Q ) (test $( SIGN) = NONE) && (echo " // SIGN=NONE" > src/keystore.c) || true
194- $(Q ) (test $( FLASH_OTP_KEYSTORE) = 0) || (make -C tools/keytools/otp) || true
194+ $(Q ) (test " $( FLASH_OTP_KEYSTORE) " = " 1 " ) && (make -C tools/keytools/otp) || true
195195
196196keytools : include/target.h
197197 @echo " Building key tools"
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ int wolfBot_get_dts_size(void *dts_addr);
7474
7575
7676
77- #if defined(WOLFBOOT_ARMORED )
77+ #if ( defined(WOLFBOOT_ARMORED ) && defined( __WOLFBOOT ) )
7878
7979#if !defined(ARCH_ARM ) || !defined(__GNUC__ )
8080# error WOLFBOOT_ARMORED only available with arm-gcc compiler
You can’t perform that action at this time.
0 commit comments