wolfssl: ensure that a change in crypto support rebuild the package

This commit is contained in:
lean 2022-04-24 19:25:18 +08:00
parent 0b36250f46
commit 829e76aaee

View File

@ -129,6 +129,7 @@ WOLFSSL_AARCH64_NO_CRYPTO = \
ifneq ($(CONFIG_aarch64),$(strip $(WOLFSSL_AARCH64_NO_CRYPTO)))
CONFIGURE_ARGS += --enable-armasm
TARGET_CFLAGS:=$(TARGET_CFLAGS:-mcpu%=-mcpu%+crypto)
STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_armasm
else ifeq ($(CONFIG_TARGET_x86_64),y)
CONFIGURE_ARGS += --enable-intelasm
endif