1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/Makefile: removed USEMODULEs for transport_layer already present in Makefile.dep

This commit is contained in:
BytesGalore 2015-05-18 09:47:30 +02:00
parent 4efdb99597
commit a0c891b5db

View File

@ -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