mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-25 20:28:26 +08:00
fix(make): register aggregate check targets into .PHONY
These targets are currently broken and needs to be marked registered into `.PHONY`. Signed-off-by: Onur Özkan <work@onurozkan.dev>
This commit is contained in:
1
Makefile
1
Makefile
@@ -658,6 +658,7 @@ help:
|
|||||||
list_config_targets:
|
list_config_targets:
|
||||||
@for targ in $(patsubst %_default,%[_default],$(ALL_CONFIG_TARGETS)); do echo $$targ; done
|
@for targ in $(patsubst %_default,%[_default],$(ALL_CONFIG_TARGETS)); do echo $$targ; done
|
||||||
|
|
||||||
|
.PHONY: check_nuttx check_linux check_px4 check_nxp
|
||||||
check_nuttx : $(call make_list,nuttx) \
|
check_nuttx : $(call make_list,nuttx) \
|
||||||
sizes
|
sizes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user