moved sixlowpan into network_layer subfolder
This commit is contained in:
parent
2f20e9db51
commit
59e55c354c
@ -65,7 +65,7 @@ ifneq (,$(findstring protocol_multiplex,$(USEMODULE)))
|
|||||||
DIRS += net/link_layer/protocol-multiplex
|
DIRS += net/link_layer/protocol-multiplex
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring sixlowpan,$(USEMODULE)))
|
ifneq (,$(findstring sixlowpan,$(USEMODULE)))
|
||||||
DIRS += net/sixlowpan
|
DIRS += net/network_layer/sixlowpan
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring rpl,$(USEMODULE)))
|
ifneq (,$(findstring rpl,$(USEMODULE)))
|
||||||
DIRS += net/routing/rpl
|
DIRS += net/routing/rpl
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
#include "sixlowpan/icmp.h"
|
#include "sixlowpan/icmp.h"
|
||||||
#include "sixlowpan/ndp.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 */
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @}
|
* @}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user