gnrc: remove duplicate nomac from Makefile
This commit is contained in:
parent
4c37e54109
commit
b16e3fa358
@ -13,9 +13,6 @@ endif
|
||||
ifneq (,$(filter l2_ping,$(USEMODULE)))
|
||||
DIRS += net/link_layer/ping
|
||||
endif
|
||||
ifneq (,$(filter nomac,$(USEMODULE)))
|
||||
DIRS += net/link_layer/nomac
|
||||
endif
|
||||
ifneq (,$(filter transport_layer,$(USEMODULE)))
|
||||
USEMODULE += udp
|
||||
USEMODULE += tcp
|
||||
@ -146,9 +143,6 @@ endif
|
||||
ifneq (,$(filter nhdp,$(USEMODULE)))
|
||||
DIRS += net/routing/nhdp
|
||||
endif
|
||||
ifneq (,$(filter ng_nomac,$(USEMODULE)))
|
||||
DIRS += net/link_layer/ng_nomac
|
||||
endif
|
||||
ifneq (,$(filter ng_pktdump,$(USEMODULE)))
|
||||
DIRS += net/crosslayer/ng_pktdump
|
||||
endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user