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)))
|
ifneq (,$(filter l2_ping,$(USEMODULE)))
|
||||||
DIRS += net/link_layer/ping
|
DIRS += net/link_layer/ping
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter nomac,$(USEMODULE)))
|
|
||||||
DIRS += net/link_layer/nomac
|
|
||||||
endif
|
|
||||||
ifneq (,$(filter transport_layer,$(USEMODULE)))
|
ifneq (,$(filter transport_layer,$(USEMODULE)))
|
||||||
USEMODULE += udp
|
USEMODULE += udp
|
||||||
USEMODULE += tcp
|
USEMODULE += tcp
|
||||||
@ -146,9 +143,6 @@ endif
|
|||||||
ifneq (,$(filter nhdp,$(USEMODULE)))
|
ifneq (,$(filter nhdp,$(USEMODULE)))
|
||||||
DIRS += net/routing/nhdp
|
DIRS += net/routing/nhdp
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter ng_nomac,$(USEMODULE)))
|
|
||||||
DIRS += net/link_layer/ng_nomac
|
|
||||||
endif
|
|
||||||
ifneq (,$(filter ng_pktdump,$(USEMODULE)))
|
ifneq (,$(filter ng_pktdump,$(USEMODULE)))
|
||||||
DIRS += net/crosslayer/ng_pktdump
|
DIRS += net/crosslayer/ng_pktdump
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user