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

8 lines
122 B
Makefile
Raw Normal View History

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