mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
Merge pull request #9091 from kaspar030/qdsa_fix
pkg/qDSA: disble arm asm version for cortexm > 0plus
This commit is contained in:
commit
4948cd01dc
@ -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