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.
|
SRC = saul.c saul_str.c |
|
|
|
ifneq (,$(filter saul_gpio,$(USEMODULE))) |
|
SRC += gpio_saul.c |
|
endif |
|
ifneq (,$(filter saul_adc,$(USEMODULE))) |
|
SRC += adc_saul.c |
|
endif |
|
|
|
include $(RIOTBASE)/Makefile.base
|
|
|