@@ -209,23 +209,13 @@ $(CONFIG_TARGETS_DEFAULT):
209
209
all_config_targets : $(ALL_CONFIG_TARGETS )
210
210
all_default_targets : $(CONFIG_TARGETS_DEFAULT )
211
211
212
- posix : px4_sitl_default
213
-
214
212
# board reorganization deprecation warnings (2018-11-22)
215
213
define deprecation_warning
216
214
$(warning $(1 ) has been deprecated and will be removed, please use $(2 ) !)
217
215
endef
218
216
219
- px4fmu-% _default :
220
- $(call deprecation_warning, ${@},$(subst px4fmu,px4_fmu,$@ ) )
221
- $(MAKE ) $(subst px4fmu,px4_fmu, $@ )
222
-
223
- posix_sitl_default :
224
- $(call deprecation_warning, ${@},px4_sitl_default)
225
- $(MAKE ) px4_sitl_default
226
-
227
217
# All targets with just dependencies but no recipe must either be marked as phony (or have the special @: as recipe).
228
- .PHONY : all posix px4_sitl_default all_config_targets all_default_targets
218
+ .PHONY : all px4_sitl_default all_config_targets all_default_targets
229
219
230
220
# Multi- config targets.
231
221
eagle_default : atlflight_eagle_default atlflight_eagle_qurt
@@ -287,7 +277,7 @@ sizes:
287
277
# All default targets that don't require a special build environment
288
278
check : check_px4_sitl_default px4fmu_firmware misc_qgc_extra_firmware alt_firmware tests check_format
289
279
290
- # quick_check builds a single nuttx and posix target, runs testing, and checks the style
280
+ # quick_check builds a single nuttx and SITL target, runs testing, and checks the style
291
281
quick_check : check_px4_sitl_test check_px4_fmu-v5_default tests check_format
292
282
293
283
check_% :
0 commit comments