aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/boards/px4cannode-v1/module.mk
blob: fbed87330bbfae777a70b5a87d1507aed4a6db69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Board-specific startup code for the PX4CANNODE
#

SRCS   = \
		   px4cannode_can.c \
		   px4cannode_buttons.c \
		   px4cannode_init.c \
		   px4cannode_led.c \
		   px4cannode_spi.c \
		   ../../../drivers/device/cdev.cpp \
		   ../../../drivers/device/device.cpp \
		   ../../../modules/systemlib/up_cxxinitialize.c

MAXOPTIMIZATION	 = -Os