mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/Makefile: removed USEMODULE
s for transport_layer
already present in Makefile.dep
This commit is contained in:
parent
4efdb99597
commit
a0c891b5db
@ -13,10 +13,6 @@ endif
|
||||
ifneq (,$(filter l2_ping,$(USEMODULE)))
|
||||
DIRS += net/link_layer/ping
|
||||
endif
|
||||
ifneq (,$(filter transport_layer,$(USEMODULE)))
|
||||
USEMODULE += udp
|
||||
USEMODULE += tcp
|
||||
endif
|
||||
ifneq (,$(filter socket_base,$(USEMODULE)))
|
||||
DIRS += net/transport_layer/socket_base
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user