You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
738 B
Makefile
34 lines
738 B
Makefile
![]()
10 years ago
|
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
|
||
![]()
10 years ago
|
ifneq (,$(findstring msb-430h,$(BOARD)))
|
||
|
USEMODULE += cc110x_spi
|
||
|
ifeq (,$(findstring hwtimer,$(USEMODULE)))
|
||
|
USEMODULE += hwtimer
|
||
|
endif
|
||
|
endif
|
||
![]()
10 years ago
|
endif
|
||
|
|