1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-18 11:03:50 +01:00
2021-04-07 12:05:09 +02:00

8 lines
126 B
Makefile

SRC := sm_pwm_01c.c
ifneq (,$(filter saul,$(USEMODULE)))
SRC += sm_pwm_01c_saul.c
endif
include $(RIOTBASE)/Makefile.base