mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Remove unified target configurations
This commit is contained in:
parent
1ceb80d11f
commit
95d81eaa1c
7 changed files with 1 additions and 814 deletions
|
@ -1,7 +1,6 @@
|
|||
checks: check-target-independence \
|
||||
check-fastdata-usage-correctness \
|
||||
check-platform-included \
|
||||
check-unified-target-naming
|
||||
check-platform-included
|
||||
|
||||
check-target-independence:
|
||||
$(V1) for test_target in $(VALID_TARGETS); do \
|
||||
|
@ -35,11 +34,3 @@ check-platform-included:
|
|||
echo "$${PLATFORM_NOT_INCLUDED}"; \
|
||||
exit 1; \
|
||||
fi
|
||||
|
||||
check-unified-target-naming:
|
||||
$(V1) for target_config in unified_targets/configs/*; do \
|
||||
if [ -f $${target_config} ] && [ $$(sed -n 's/board_name \([A-Z]*\)/\1/p' $${target_config}).config != $$(basename $${target_config}) ]; then \
|
||||
echo "Invalid board name ($$(sed -n 's/board_name \([A-Z]*\)/\1/p' $${target_config})) in Unified Target configuration $${target_config}."; \
|
||||
exit 1; \
|
||||
fi; \
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue