1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 19:13:51 +01:00
RIOT/pkg/tinycrypt/Makefile.include
2025-05-27 15:21:02 +02:00

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