Skip to content

Commit 7e1a0d6

Browse files
committed
Avoid building OpenSSL docs
1 parent 07c51cd commit 7e1a0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ $$(OPENSSL_SRCDIR-$(target))/libssl.a: $$(OPENSSL_SRCDIR-$(target))/is_configure
410410
CC="$$(CC-$(target)) $$(CFLAGS-$(target))" \
411411
CROSS_TOP="$$(dir $$(SDK_ROOT-$(target))).." \
412412
CROSS_SDK="$$(notdir $$(SDK_ROOT-$(target)))" \
413-
make all \
413+
make build_sw \
414414
2>&1 | tee -a ../openssl-$(OPENSSL_VERSION).build.log
415415

416416
$$(OPENSSL_SSL_LIB-$(target)): $$(OPENSSL_SRCDIR-$(target))/libssl.a

0 commit comments

Comments
 (0)