Made nuttx the default PX4_TARGET_OS

The CI builder should work when nuttx is set to be the default

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-04-20 14:22:51 -07:00
parent 260bbcb64a
commit 4749974d5c
+4 -3
View File
@@ -33,9 +33,10 @@
# Path and tool setup
#
#export PX4_TARGET_OS = nuttx
export PX4_TARGET_OS = linux
#export PX4_TARGET_OS ?= qurt
# PX4_TARGET_OS can be nuttx, linux, or qurt
ifeq ($(PX4_TARGET_OS),)
$(error Use: make PX4_TARGET_OS=<target> where <target> is nuttx, linux, or qurt)
endif
#
# Some useful paths.