1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/qdsa/Makefile.include

12 lines
364 B
Makefile
Raw Normal View History

PSEUDOMODULES += qdsa_impl_arm
PSEUDOMODULES += qdsa_impl_avr
PSEUDOMODULES += qdsa_impl_cref
2018-03-14 17:31:57 +01:00
INCLUDES += -I$(PKGDIRBASE)/qdsa/$(patsubst qdsa_impl_%,%,$(filter qdsa_impl_%,$(USEMODULE)))
2018-08-16 20:55:22 +02:00
2020-06-10 13:11:32 +02:00
ifeq (cortex-m0plus,$(CPU_CORE))
2018-08-16 20:55:22 +02:00
# There are problems with the LLVM assembler and the Cortex-M0+ instruction
# set with this package
TOOLCHAINS_BLACKLIST += llvm
endif