1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/pkg_tinycrypt/Makefile
Marian Buschsieweke 8319f4ac63
tests/pkg_tinycrypt: Drop whitelist
This was an ugly hack to work around broken dependency modeling. Since the
dependencies are now correctly modelled, this hack can be dropped.
2020-10-19 09:29:37 +02:00

7 lines
108 B
Makefile

include ../Makefile.tests_common
USEPKG += tinycrypt
USEMODULE = fmt
include $(RIOTBASE)/Makefile.include