csma_sender: fix dependencies
This commit is contained in:
parent
b0d5b6d15e
commit
1b74fcab6e
@ -10,6 +10,11 @@ ifneq (,$(filter ccn-lite,$(USEPKG)))
|
|||||||
export CFLAGS += -DCCNL_RIOT
|
export CFLAGS += -DCCNL_RIOT
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter gnrc_csma_sender,$(USEMODULE)))
|
||||||
|
USEMODULE += random
|
||||||
|
USEMODULE += xtimer
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter nhdp,$(USEMODULE)))
|
ifneq (,$(filter nhdp,$(USEMODULE)))
|
||||||
USEMODULE += conn_udp
|
USEMODULE += conn_udp
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
|||||||
@ -1,6 +1,3 @@
|
|||||||
MODULE = gnrc_csma_sender
|
MODULE := gnrc_csma_sender
|
||||||
|
|
||||||
USEMODULE += xtimer
|
|
||||||
USEMODULE += random
|
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
include $(RIOTBASE)/Makefile.base
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user