Browse Source

Posix LPE target (#4911)

sbg
Eike 9 years ago committed by Lorenz Meier
parent
commit
04e8b40a5c
  1. 3
      Makefile

3
Makefile

@ -160,6 +160,9 @@ mindpx-v2_default: @@ -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,$@)

Loading…
Cancel
Save