Skip to content
Snippets Groups Projects
Commit 1b74fcab authored by Martine Lenders's avatar Martine Lenders
Browse files

csma_sender: fix dependencies

parent b0d5b6d1
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,11 @@ ifneq (,$(filter ccn-lite,$(USEPKG)))
export CFLAGS += -DCCNL_RIOT
endif
ifneq (,$(filter gnrc_csma_sender,$(USEMODULE)))
USEMODULE += random
USEMODULE += xtimer
endif
ifneq (,$(filter nhdp,$(USEMODULE)))
USEMODULE += conn_udp
USEMODULE += xtimer
......
MODULE = gnrc_csma_sender
USEMODULE += xtimer
USEMODULE += random
MODULE := gnrc_csma_sender
include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment