1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

Merge pull request #3484 from authmillenon/make/enh/default_sixlowpan_iphc

make: add 6LoWPAN IPHC as default module for 6LoWPAN
This commit is contained in:
Joakim Gebart 2015-07-23 08:33:26 +02:00
commit a1633d8c29

View File

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