Files
paparazzi/conf/firmwares/actuators_pwm.makefile
T
2021-11-13 00:48:14 +01:00

8 lines
207 B
Makefile

$(TARGET).CFLAGS += -DACTUATORS
$(TARGET).srcs += $(SRC_ARCH)/modules/actuators/actuators_pwm_arch.c
ifeq ($(ARCH), stm32)
$(TARGET).srcs += $(SRC_ARCH)/modules/actuators/actuators_shared_arch.c
endif