1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/ccn-lite/Makefile.dep
Alexandre Abadie 9334014b13
pkg/ccn-lite: cleanup Makefile.dep
There's no need to load dependency modules if the package is used. This is already managed by the build system
2019-11-18 08:52:38 +01:00

6 lines
115 B
Makefile

USEMODULE += ccn-lite-utils
USEMODULE += evtimer
USEMODULE += random
USEMODULE += timex
USEMODULE += posix_headers