From 48c356fb2bbb7cdae338b4e4986a41c0e1a9278c Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 5 Jul 2015 12:06:45 +0200 Subject: [PATCH] Fix parallel build for POSIX / QuRT --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 88683c8941..ee9449a494 100644 --- a/Makefile +++ b/Makefile @@ -194,7 +194,7 @@ testbuild: nuttx posix posix-arm qurt: ifeq ($(GOALS),) - make PX4_TARGET_OS=$@ $(GOALS) + $(MAKE) PX4_TARGET_OS=$@ $(GOALS) else export PX4_TARGET_OS=$@ endif @@ -206,7 +206,7 @@ sitl_plane: $(Q) Tools/sitl_run.sh posix-configs/SITL/init/rc.fixed_wing qurtrun: - make PX4_TARGET_OS=qurt sim + $(MAKE) PX4_TARGET_OS=qurt sim # # Unittest targets. Builds and runs the host-level