Browse Source

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>
sbg
Mark Charlebois 10 years ago
parent
commit
4749974d5c
  1. 7
      makefiles/setup.mk

7
makefiles/setup.mk

@ -33,9 +33,10 @@ @@ -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.

Loading…
Cancel
Save