moved sixlowpan into network_layer subfolder

This commit is contained in:
Oleg Hahm 2013-12-15 16:03:33 +01:00
parent 2f20e9db51
commit 59e55c354c
18 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ ifneq (,$(findstring protocol_multiplex,$(USEMODULE)))
DIRS += net/link_layer/protocol-multiplex
endif
ifneq (,$(findstring sixlowpan,$(USEMODULE)))
DIRS += net/sixlowpan
DIRS += net/network_layer/sixlowpan
endif
ifneq (,$(findstring rpl,$(USEMODULE)))
DIRS += net/routing/rpl

View File

@ -23,7 +23,7 @@
#include "sixlowpan/icmp.h"
#include "sixlowpan/ndp.h"
#include "../sixlowpan/icmp.h" /* TODO: remove if not needed anymore */
#include "../network_layer/sixlowpan/icmp.h" /* TODO: remove if not needed anymore */
/**
* @}