aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware/module.mk
blob: 4dd1aa8d7304695b29b042c91925b520fb2db98f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SRCS		= adc.c \
		  controls.c \
		  dsm.c \
		  px4io.c \
		  registers.c \
		  safety.c \
		  sbus.c \
		  ../systemlib/up_cxxinitialize.c \
		  ../systemlib/perf_counter.c \
		  mixer.cpp \
		  ../systemlib/mixer/mixer.cpp \
		  ../systemlib/mixer/mixer_group.cpp \
		  ../systemlib/mixer/mixer_multirotor.cpp \
		  ../systemlib/mixer/mixer_simple.cpp \

ifeq ($(BOARD),px4io)
SRCS		+= i2c.c
endif
ifeq ($(BOARD),px4iov2)
SRCS		+= serial.c \
		   ../systemlib/hx_stream.c
endif