mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
8 lines
207 B
Makefile
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
|