Skip to content
Snippets Groups Projects
Commit 59e55c35 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

moved sixlowpan into network_layer subfolder

parent 2f20e9db
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
......@@ -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
......
......@@ -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 */
/**
* @}
......
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment