1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

ipv6_ext: remove empty, unused module

This commit is contained in:
Martine Lenders 2018-10-23 19:59:36 +02:00 committed by Martine Lenders
parent 6a9adf2b59
commit ad183dbf7e
2 changed files with 0 additions and 6 deletions

View File

@ -43,9 +43,6 @@ endif
ifneq (,$(filter ipv6_addr,$(USEMODULE)))
DIRS += net/network_layer/ipv6/addr
endif
ifneq (,$(filter ipv6_ext_rh,$(USEMODULE)))
DIRS += net/network_layer/ipv6/ext/rh
endif
ifneq (,$(filter ipv6_hdr,$(USEMODULE)))
DIRS += net/network_layer/ipv6/hdr
endif

View File

@ -1,3 +0,0 @@
MODULE = ipv6_ext
include $(RIOTBASE)/Makefile.base