Skip to content
Snippets Groups Projects
Commit 4a12c91d authored by René Kijewski's avatar René Kijewski
Browse files

Fix cc110x vs cc110x_ng problems

parent b9c9436e
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ ifneq (,$(filter uart0,$(USEMODULE)))
endif
endif
ifneq (,$(filter cc110x,$(USEMODULE)))
ifneq (,$(filter cc110x%,$(USEMODULE)))
ifeq (,$(filter protocol_multiplex,$(USEMODULE)))
USEMODULE += protocol_multiplex
endif
......
......@@ -14,11 +14,10 @@ ifneq (,$(filter ltc4150,$(USEMODULE)))
DIRS += ltc4150
endif
ifneq (,$(filter cc110x,$(USEMODULE)))
ifneq (,$(filter cc110x_ng,$(USEMODULE)))
DIRS += cc110x_ng
else
DIRS += cc110x
endif
DIRS += cc110x
endif
ifneq (,$(filter cc110x_ng,$(USEMODULE)))
DIRS += cc110x_ng
endif
ifneq (,$(filter at86rf231,$(USEMODULE)))
DIRS += at86rf231
......
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