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.
13 lines
436 B
Makefile
13 lines
436 B
Makefile
![]()
9 years ago
|
ifneq (,$(filter cc2420,$(USEMODULE)))
|
||
|
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/cc2420/include
|
||
|
endif
|
||
|
ifneq (,$(filter cc110x,$(USEMODULE)))
|
||
|
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/cc110x/include
|
||
|
endif
|
||
|
ifneq (,$(filter cc110x_ng,$(USEMODULE)))
|
||
|
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/cc110x_ng/include
|
||
|
endif
|
||
|
ifneq (,$(filter at86rf231,$(USEMODULE)))
|
||
|
USEMODULE_INCLUDES += $(RIOTBASE)/drivers/at86rf231/include
|
||
|
endif
|