forked from Archive/PX4-Autopilot
Make line 280 check happy (#5550)
This commit is contained in:
parent
7c0a567eaa
commit
f750140b6f
2
Makefile
2
Makefile
|
@ -184,7 +184,7 @@ run_sitl_plane: _sitl_deprecation
|
||||||
run_sitl_ros: _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).
|
# 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
|
# Other targets
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue