1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 10:12:45 +01:00

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
This commit is contained in:
Alexandre Abadie 2019-11-18 08:52:38 +01:00
parent 92191efc48
commit 9334014b13
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,7 +1,5 @@
ifneq (,$(filter ccn-lite,$(USEPKG)))
USEMODULE += ccn-lite-utils
USEMODULE += evtimer
USEMODULE += random
USEMODULE += timex
USEMODULE += posix_headers
endif
USEMODULE += ccn-lite-utils
USEMODULE += evtimer
USEMODULE += random
USEMODULE += timex
USEMODULE += posix_headers