mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
364 B
Makefile
12 lines
364 B
Makefile
PSEUDOMODULES += qdsa_impl_arm
|
|
PSEUDOMODULES += qdsa_impl_avr
|
|
PSEUDOMODULES += qdsa_impl_cref
|
|
|
|
INCLUDES += -I$(PKGDIRBASE)/qdsa/$(patsubst qdsa_impl_%,%,$(filter qdsa_impl_%,$(USEMODULE)))
|
|
|
|
ifeq (cortex-m0plus,$(CPU_CORE))
|
|
# There are problems with the LLVM assembler and the Cortex-M0+ instruction
|
|
# set with this package
|
|
TOOLCHAINS_BLACKLIST += llvm
|
|
endif
|