Skip to content
Snippets Groups Projects
Commit ad183dbf authored by Martine Lenders's avatar Martine Lenders Committed by Martine Lenders
Browse files

ipv6_ext: remove empty, unused module

parent 6a9adf2b
No related branches found
No related tags found
No related merge requests found
...@@ -43,9 +43,6 @@ endif ...@@ -43,9 +43,6 @@ endif
ifneq (,$(filter ipv6_addr,$(USEMODULE))) ifneq (,$(filter ipv6_addr,$(USEMODULE)))
DIRS += net/network_layer/ipv6/addr DIRS += net/network_layer/ipv6/addr
endif endif
ifneq (,$(filter ipv6_ext_rh,$(USEMODULE)))
DIRS += net/network_layer/ipv6/ext/rh
endif
ifneq (,$(filter ipv6_hdr,$(USEMODULE))) ifneq (,$(filter ipv6_hdr,$(USEMODULE)))
DIRS += net/network_layer/ipv6/hdr DIRS += net/network_layer/ipv6/hdr
endif endif
......
MODULE = ipv6_ext
include $(RIOTBASE)/Makefile.base
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