mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 09:26:25 +08:00
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:
+4
-3
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user