mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
219 B
Makefile
8 lines
219 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/c25519/src
|
|
|
|
ifneq (,$(filter psa_c25519_%, $(USEMODULE)))
|
|
PSEUDOMODULES += psa_c25519_edsign
|
|
DIRS += $(RIOTPKG)/c25519/psa_c25519
|
|
INCLUDES += -I$(RIOTBASE)/sys/psa_crypto/include
|
|
endif
|