aboutsummaryrefslogtreecommitdiff
path: root/src/modules/land_detector/module.mk
blob: 4eb7a1cb546a35e9a22da3cc02aed275c6c289b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Land detector
#

MODULE_COMMAND	= land_detector

SRCS		= land_detector_main.cpp \
              land_detector_params.c \
              LandDetector.cpp \
			  MulticopterLandDetector.cpp \
              FixedwingLandDetector.cpp

EXTRACXXFLAGS   = -Weffc++ -Os

# Startup handler, the actual app stack size is
# in the task_spawn command
MODULE_STACKSIZE = 1200