make: add 6LoWPAN IPHC as default module for 6LoWPAN

This commit is contained in:
Martine Lenders 2015-07-23 00:01:37 +02:00
parent b7bf949484
commit 78ef5f08e1

View File

@ -100,6 +100,7 @@ ifneq (,$(filter ng_sixlowpan_default,$(USEMODULE)))
USEMODULE += ng_ipv6_default USEMODULE += ng_ipv6_default
USEMODULE += ng_sixlowpan USEMODULE += ng_sixlowpan
USEMODULE += ng_sixlowpan_frag USEMODULE += ng_sixlowpan_frag
USEMODULE += ng_sixlowpan_iphc
endif endif
ifneq (,$(filter ng_sixlowpan_frag,$(USEMODULE))) ifneq (,$(filter ng_sixlowpan_frag,$(USEMODULE)))