mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
239 B
Makefile
10 lines
239 B
Makefile
INCLUDES += -I$(PKGDIRBASE)/tlsf
|
|
|
|
ifneq (,$(filter tlsf-malloc,$(USEMODULE)))
|
|
INCLUDES += -I$(RIOTPKG)/tlsf/contrib/include
|
|
DIRS += $(RIOTPKG)/tlsf/contrib
|
|
endif
|
|
|
|
PSEUDOMODULES += tlsf-malloc_newlib
|
|
PSEUDOMODULES += tlsf-malloc_native
|