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

make: remove obsolete legacy network stack dependencies

This commit is contained in:
Kaspar Schleiser 2015-08-05 14:14:01 +02:00
parent 8fd237d550
commit c5dfa445ec

View File

@ -195,18 +195,10 @@ ifneq (,$(filter cbor,$(USEMODULE)))
USEMODULE += net_help
endif
ifneq (,$(filter l2_ping,$(USEMODULE)))
USEMODULE += vtimer
endif
ifneq (,$(filter vtimer,$(USEMODULE)))
USEMODULE += timex
endif
ifneq (,$(filter ccn_lite,$(USEMODULE)))
USEMODULE += crypto
endif
ifneq (,$(filter rgbled,$(USEMODULE)))
USEMODULE += color
endif