1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/saul/Makefile
2015-11-30 20:33:53 +01:00

8 lines
122 B
Makefile

SRC = saul_str.c
ifneq (,$(filter saul_gpio,$(USEMODULE)))
SRC += gpio_saul.c
endif
include $(RIOTBASE)/Makefile.base