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
Juan Carrano 5dc46eb03e pkg/ccn-lite: remove dependency on tlsf-malloc.
There is no reason why this package would need tlsf. Using tlsf as
system malloc is not known to work in all platforms.

With this patch CCN-Lite will use the default malloc provided by the
target's C library.
2019-08-20 17:47:25 +02:00

8 lines
169 B
Makefile

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