From 04e8b40a5ce8d33588d6e0cd89d4b70607f452b2 Mon Sep 17 00:00:00 2001 From: Eike Date: Mon, 27 Jun 2016 08:43:39 +0200 Subject: [PATCH] Posix LPE target (#4911) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5357635845..61ba857dbd 100644 --- a/Makefile +++ b/Makefile @@ -160,6 +160,9 @@ mindpx-v2_default: posix_sitl_default: $(call cmake-build,$@) + +posix_sitl_lpe: + $(call cmake-build,$@) posix_sitl_test: $(call cmake-build,$@)