You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
363 B

ifeq ($(APPDIR),)
####################
# AVR and SITL build
include ../mk/Arduino.mk
include ../mk/targets.mk
sitl-newcontrollers: EXTRAFLAGS += "-DAPM_CONTROL=ENABLED "
sitl-newcontrollers: sitl
else
####################
# PX4 build
APPNAME = ArduPlane
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 4096
SKETCHBOOK=..
include $(APPDIR)/mk/apm.mk
endif