Plane: check for APPDIR to pull in px4 build logic

This commit is contained in:
Andrew Tridgell 2013-01-02 17:06:44 +11:00
parent 2ba2e1c279
commit 2fe77fa6fa

View File

@ -1,5 +1,22 @@
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