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:
Onur Özkan
2026-05-21 20:44:19 +03:00
committed by Ramon Roche
parent d2df0a73e9
commit 034069866f

View File

@@ -658,6 +658,7 @@ help:
list_config_targets:
@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) \
sizes