mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
5dc46eb03e
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.
8 lines
169 B
Makefile
8 lines
169 B
Makefile
ifneq (,$(filter ccn-lite,$(USEPKG)))
|
|
USEMODULE += ccn-lite-utils
|
|
USEMODULE += evtimer
|
|
USEMODULE += random
|
|
USEMODULE += timex
|
|
USEMODULE += posix_headers
|
|
endif
|