You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
738 B
33 lines
738 B
ifneq (,$(findstring vtimer,$(USEMODULE))) |
|
ifeq (,$(findstring hwtimer,$(USEMODULE))) |
|
USEMODULE += hwtimer |
|
endif |
|
ifeq (,$(findstring timex,$(USEMODULE))) |
|
USEMODULE += timex |
|
endif |
|
endif |
|
|
|
ifneq (,$(findstring uart0,$(USEMODULE))) |
|
ifeq (,$(findstring lib,$(USEMODULE))) |
|
USEMODULE += lib |
|
endif |
|
endif |
|
|
|
ifneq (,$(findstring cc110x_ng,$(USEMODULE))) |
|
ifneq (,$(findstring msba2,$(BOARD))) |
|
USEMODULE += cc110x_spi |
|
ifeq (,$(findstring gpioint,$(USEMODULE))) |
|
USEMODULE += gpioint |
|
endif |
|
ifeq (,$(findstring hwtimer,$(USEMODULE))) |
|
USEMODULE += hwtimer |
|
endif |
|
endif |
|
ifneq (,$(findstring msb-430h,$(BOARD))) |
|
USEMODULE += cc110x_spi |
|
ifeq (,$(findstring hwtimer,$(USEMODULE))) |
|
USEMODULE += hwtimer |
|
endif |
|
endif |
|
endif |
|
|
|
|