mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 19:13:51 +01:00
10 lines
317 B
Makefile
10 lines
317 B
Makefile
# Using -isystem instead of -I to avoid warnings about these headers
|
|
INCLUDES += -isystem$(PKGDIRBASE)/tinycrypt/lib/include
|
|
|
|
ifneq (,$(filter psa_tinycrypt_%, $(USEMODULE)))
|
|
DIRS += $(RIOTPKG)/tinycrypt/psa_tinycrypt
|
|
INCLUDES += -I$(RIOTBASE)/sys/psa_crypto/include
|
|
endif
|
|
|
|
PSEUDOMODULES += psa_tinycrypt_aes_ccm
|