Skip to content
Snippets Groups Projects
Commit 8a175a57 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

* added dependency for cc110x_ng to transceiver

parent 0a50f170
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,10 @@ ifneq (,$(findstring uart0,$(USEMODULE))) ...@@ -14,6 +14,10 @@ ifneq (,$(findstring uart0,$(USEMODULE)))
endif endif
ifneq (,$(findstring cc110x_ng,$(USEMODULE))) ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
ifeq (,$(findstring transceiver,$(USEMODULE)))
USEMODULE += transceiver
endif
ifneq (,$(findstring msba2,$(BOARD))) ifneq (,$(findstring msba2,$(BOARD)))
USEMODULE += cc110x_spi USEMODULE += cc110x_spi
ifeq (,$(findstring gpioint,$(USEMODULE))) ifeq (,$(findstring gpioint,$(USEMODULE)))
......
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