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:
parent
6a9adf2b59
commit
ad183dbf7e
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
MODULE = ipv6_ext
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
Loading…
Reference in New Issue
Block a user