Skip to content
Snippets Groups Projects
Commit 4749974d authored by Mark Charlebois's avatar Mark Charlebois
Browse files

Made nuttx the default PX4_TARGET_OS


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

Signed-off-by: default avatarMark Charlebois <charlebm@gmail.com>
parent 260bbcb6
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment