mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
wolfssl: ensure that a change in crypto support rebuild the package
This commit is contained in:
parent
0b36250f46
commit
829e76aaee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user