mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8319f4ac63
This was an ugly hack to work around broken dependency modeling. Since the dependencies are now correctly modelled, this hack can be dropped.
7 lines
108 B
Makefile
7 lines
108 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEPKG += tinycrypt
|
|
USEMODULE = fmt
|
|
|
|
include $(RIOTBASE)/Makefile.include
|