1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00

cpu/esp32: remove unneeded crypto dependencies

This commit is contained in:
Leandro Lanzieri 2021-11-17 17:55:51 +01:00
parent 252c3886b0
commit 59d3f0bcc6
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -75,11 +75,6 @@ ifneq (,$(filter mtd,$(USEMODULE)))
USEMODULE += esp_idf_spi_flash
endif
ifneq (,$(filter ndn-riot,$(USEPKG)))
USEMODULE += crypto
USEMODULE += cipher_modes
endif
ifneq (,$(filter periph_rtc,$(USEMODULE)))
USEMODULE += rtt_rtc
endif