mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
endif
|
||||
|
||||
ifneq (,$(filter gnrc_csma_sender,$(USEMODULE)))
|
||||
USEMODULE += random
|
||||
USEMODULE += xtimer
|
||||
endif
|
||||
|
||||
ifneq (,$(filter nhdp,$(USEMODULE)))
|
||||
USEMODULE += conn_udp
|
||||
USEMODULE += xtimer
|
||||
|
@ -1,6 +1,3 @@
|
||||
MODULE = gnrc_csma_sender
|
||||
|
||||
USEMODULE += xtimer
|
||||
USEMODULE += random
|
||||
MODULE := gnrc_csma_sender
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
||||
|
Loading…
Reference in New Issue
Block a user