mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
2cb3ab5b78
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
10 lines
158 B
Makefile
10 lines
158 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += embunit
|
|
USEMODULE += fmt
|
|
USEPKG += tinycbor
|
|
|
|
USEMODULE += tinycbor_float
|
|
|
|
include $(RIOTBASE)/Makefile.include
|