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

make: model net_if dependency on net_help

This commit is contained in:
Ludwig Ortmann 2014-07-12 15:11:18 +02:00
parent 428e085c53
commit a49f16b1ea

View File

@ -71,6 +71,7 @@ endif
ifneq (,$(filter net_if,$(USEMODULE)))
USEMODULE += transceiver
USEMODULE += net_help
endif
ifneq (,$(filter ccn_lite,$(USEMODULE)))