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,$@)