mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
7 lines
221 B
Makefile
7 lines
221 B
Makefile
USEMODULE += driver_cryptocell_310_contrib
|
|
FEATURES_REQUIRED += periph_cryptocell_310
|
|
|
|
ifneq (,$(filter psa_cryptocell_310_%,$(USEMODULE)))
|
|
include $(RIOTPKG)/driver_cryptocell_310/psa_cryptocell_310/Makefile.dep
|
|
endif
|