mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
... which would be provided through ecc_platform_specific.c but would only so happen to work on native -- and conflicts with any default_CSPRNG provided in the future (eg. through a newer libcose packet).
2 lines
60 B
Makefile
2 lines
60 B
Makefile
SRC = $(filter-out ecc_platform_specific.c,$(wildcard *.c))
|