pkg/qDSA: disble arm asm version for cortexm > 0plus
This commit is contained in:
parent
9020767c2d
commit
b1eb793274
@ -1,3 +1,7 @@
|
||||
ifneq (,$(filter atmega_common cortexm_common,$(USEMODULE)))
|
||||
ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
|
||||
USEMODULE += qDSA_asm
|
||||
endif
|
||||
|
||||
ifneq (,$(filter atmega_common,$(USEMODULE)))
|
||||
USEMODULE += qDSA_asm
|
||||
endif
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
ifneq (,$(filter cortexm_common,$(USEMODULE)))
|
||||
ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
|
||||
QDSA_IMPL ?= arm
|
||||
else
|
||||
ifneq (,$(filter atmega_common,$(USEMODULE)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user