mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32: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:
parent
92191efc48
commit
9334014b13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user