mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
17 lines
426 B
Makefile
17 lines
426 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/micro-ecc
|
|
|
|
CFLAGS += -Wno-unused-parameter
|
|
CFLAGS += -Wno-unused-function
|
|
CFLAGS += -Wno-unused-variable
|
|
|
|
# llvm fails to allocate registers for inline assembly :/
|
|
TOOLCHAINS_BLACKLIST += llvm
|
|
|
|
ifneq (,$(filter psa_uecc_%, $(USEMODULE)))
|
|
DIRS += $(RIOTPKG)/micro-ecc/psa_uecc
|
|
INCLUDES += -I$(RIOTBASE)/sys/psa_crypto/include
|
|
endif
|
|
|
|
PSEUDOMODULES += psa_uecc_p192
|
|
PSEUDOMODULES += psa_uecc_p256
|