mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Added initial QuRT support
Added the basic files to start building for QuRT Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -33,11 +33,9 @@
|
||||
# Path and tool setup
|
||||
#
|
||||
|
||||
ifdef ($(PX4_TARGET_OS),nuttx)
|
||||
export PX4_TARGET_OS = nuttx
|
||||
else
|
||||
export PX4_TARGET_OS = linux
|
||||
endif
|
||||
#export PX4_TARGET_OS = nuttx
|
||||
#export PX4_TARGET_OS = linux
|
||||
export PX4_TARGET_OS ?= qurt
|
||||
|
||||
#
|
||||
# Some useful paths.
|
||||
|
||||
Reference in New Issue
Block a user