Skip to content

Commit 20a9642

Browse files
committed
Fixed otp tool build regression
1 parent ce44ced commit 20a9642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/keytools/otp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TARGET?=none
1111
ARCH?=ARM
1212
CROSS_COMPILE?=arm-none-eabi-
1313
CFLAGS+=-O0 -ggdb
14-
CFLAGS+=-I. -I../../../ -I../../../include
14+
CFLAGS+=-I. -I../../../ -I../../../include -I../../../lib/wolfssl
1515
CFLAGS+=-I./wcs
1616
CFLAGS+=-DFLASH_OTP_KEYSTORE -D__FLASH_OTP_PRIMER
1717
PRI_KS_OBJS+=startup.o otp-keystore-primer.o ../../../src/keystore.o

0 commit comments

Comments
 (0)