Skip to content

Commit

Permalink
fixup! pkg/makefile.dep: better selection of 6xlowpan submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
haukepetersen committed Jul 31, 2019
1 parent fbe49e0 commit 52d1f38
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkg/nimble/Makefile.dep
Expand Up @@ -48,9 +48,13 @@ ifneq (,$(filter nimble_netif,$(USEMODULE)))
USEMODULE += l2util
USEMODULE += nimble_svc_ipss
ifneq (,$(filter gnrc_ipv6_router_default,$(USEMODULE)))
USEMODULE += gnrc_sixlowpan_router_default
USEMODULE += gnrc_ipv6_nib_6lr
USEMODULE += gnrc_sixlowpan
USEMODULE += gnrc_sixlowpan_iphc
endif
ifneq (,$(filter gnrc_ipv6_default,$(USEMODULE)))
USEMODULE += gnrc_sixlowpna_default
USEMODULE += gnrc_ipv6_nib_6ln
USEMODULE += gnrc_sixlowpan
USEMODULE += gnrc_sixlowpan_iph
endif
endif

0 comments on commit 52d1f38

Please sign in to comment.