Make line 280 check happy (#5550)

This commit is contained in:
David Sidrane 2016-09-26 20:34:48 -10:00 committed by Lorenz Meier
parent 7c0a567eaa
commit f750140b6f
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ run_sitl_plane: _sitl_deprecation
run_sitl_ros: _sitl_deprecation
# All targets with just dependencies but no recipe must either be marked as phony (or have the special @: as recipe).
.PHONY: all posix broadcast eagle_default eagle_legacy_default excelsior_default run_sitl_quad run_sitl_plane run_sitl_ros
.PHONY: all posix broadcast eagle_default eagle_legacy_default excelsior_default run_sitl_quad run_sitl_plane run_sitl_ros all_nuttx_targets
# Other targets
# --------------------------------------------------------------------