mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
f65a9e1306
... 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))
|