Skip to content

Commit

Permalink
pkg/tlsf: Make tlsf-malloc autimatically pull tlsf
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarrano committed May 18, 2018
1 parent 60431b8 commit 1d63385
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,10 @@ ifneq (,$(filter rdcli_common,$(USEMODULE)))
USEMODULE += luid
endif

ifneq (,$(filter tlsf-malloc,$(USEMODULE)))
USEPKG += tlsf
endif

# always select gpio (until explicit dependencies are sorted out)
FEATURES_OPTIONAL += periph_gpio

Expand Down
2 changes: 0 additions & 2 deletions examples/ccn-lite-relay/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ USEMODULE += timex
USEMODULE += xtimer
USEMODULE += random
USEMODULE += prng_xorshift

USEMODULE += tlsf-malloc

USEPKG += tlsf
USEPKG += ccn-lite

include $(RIOTBASE)/Makefile.include
1 change: 0 additions & 1 deletion pkg/tlsf/contrib/Makefile.dep

This file was deleted.

0 comments on commit 1d63385

Please sign in to comment.