Skip to content
Snippets Groups Projects
Commit b1eb7932 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

pkg/qDSA: disble arm asm version for cortexm > 0plus

parent 9020767c
No related branches found
No related tags found
No related merge requests found
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 USEMODULE += qDSA_asm
endif endif
ifneq (,$(filter cortexm_common,$(USEMODULE))) ifneq (,$(filter cortex-m0%,$(CPU_ARCH)))
QDSA_IMPL ?= arm QDSA_IMPL ?= arm
else else
ifneq (,$(filter atmega_common,$(USEMODULE))) ifneq (,$(filter atmega_common,$(USEMODULE)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment