Fix cc110x vs cc110x_ng problems
This commit is contained in:
parent
b9c9436e88
commit
4a12c91d95
@ -25,7 +25,7 @@ ifneq (,$(filter uart0,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter cc110x,$(USEMODULE)))
|
ifneq (,$(filter cc110x%,$(USEMODULE)))
|
||||||
ifeq (,$(filter protocol_multiplex,$(USEMODULE)))
|
ifeq (,$(filter protocol_multiplex,$(USEMODULE)))
|
||||||
USEMODULE += protocol_multiplex
|
USEMODULE += protocol_multiplex
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -14,11 +14,10 @@ ifneq (,$(filter ltc4150,$(USEMODULE)))
|
|||||||
DIRS += ltc4150
|
DIRS += ltc4150
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter cc110x,$(USEMODULE)))
|
ifneq (,$(filter cc110x,$(USEMODULE)))
|
||||||
ifneq (,$(filter cc110x_ng,$(USEMODULE)))
|
DIRS += cc110x
|
||||||
DIRS += cc110x_ng
|
endif
|
||||||
else
|
ifneq (,$(filter cc110x_ng,$(USEMODULE)))
|
||||||
DIRS += cc110x
|
DIRS += cc110x_ng
|
||||||
endif
|
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter at86rf231,$(USEMODULE)))
|
ifneq (,$(filter at86rf231,$(USEMODULE)))
|
||||||
DIRS += at86rf231
|
DIRS += at86rf231
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user