mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Fix parallel build for POSIX / QuRT
This commit is contained in:
@@ -194,7 +194,7 @@ testbuild:
|
|||||||
|
|
||||||
nuttx posix posix-arm qurt:
|
nuttx posix posix-arm qurt:
|
||||||
ifeq ($(GOALS),)
|
ifeq ($(GOALS),)
|
||||||
make PX4_TARGET_OS=$@ $(GOALS)
|
$(MAKE) PX4_TARGET_OS=$@ $(GOALS)
|
||||||
else
|
else
|
||||||
export PX4_TARGET_OS=$@
|
export PX4_TARGET_OS=$@
|
||||||
endif
|
endif
|
||||||
@@ -206,7 +206,7 @@ sitl_plane:
|
|||||||
$(Q) Tools/sitl_run.sh posix-configs/SITL/init/rc.fixed_wing
|
$(Q) Tools/sitl_run.sh posix-configs/SITL/init/rc.fixed_wing
|
||||||
|
|
||||||
qurtrun:
|
qurtrun:
|
||||||
make PX4_TARGET_OS=qurt sim
|
$(MAKE) PX4_TARGET_OS=qurt sim
|
||||||
|
|
||||||
#
|
#
|
||||||
# Unittest targets. Builds and runs the host-level
|
# Unittest targets. Builds and runs the host-level
|
||||||
|
|||||||
Reference in New Issue
Block a user