1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-31 01:11:21 +01:00

Makefile: mark periph_init_ecc_ed25519 as non-existant

This commit is contained in:
Mikolai Gütschow 2023-10-09 16:47:04 +02:00
parent da41dd1dbe
commit b2262ae388
No known key found for this signature in database
GPG Key ID: 943E2F37AA659AD5

View File

@ -18,6 +18,7 @@ PERIPH_IGNORE_MODULES := \
periph_cryptocell_310 \
periph_ecc_p192r1 \
periph_ecc_p256r1 \
periph_ecc_ed25519 \
periph_eth \
periph_eth_common \
periph_flash \