Posix LPE target (#4911)

This commit is contained in:
Eike 2016-06-27 08:43:39 +02:00 committed by Lorenz Meier
parent 422acc0b69
commit 04e8b40a5c
1 changed files with 3 additions and 0 deletions

View File

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