Removed the outdated official target list. (#9220)

Removed the outdated official target list.
This commit is contained in:
Michael Keller 2019-11-25 19:02:48 +13:00 committed by GitHub
commit 365ecaae9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 20 deletions

View File

@ -461,9 +461,6 @@ unsupported: $(UNSUPPORTED_TARGETS)
pre-push:
$(MAKE) $(addsuffix _clean,$(PRE_PUSH_TARGET_LIST)) $(PRE_PUSH_TARGET_LIST) EXTRA_FLAGS=-Werror
## official : Build all official (travis) targets
official: $(OFFICIAL_TARGETS)
## targets-group-1 : build some targets
targets-group-1: $(GROUP_1_TARGETS)

View File

@ -1,20 +1,3 @@
OFFICIAL_TARGETS = \
ALIENFLIGHTF3 \
ALIENFLIGHTF4 \
ANYFCF7 \
BETAFLIGHTF3 \
BLUEJAYF4 \
FURYF4 REVO \
SIRINFPV \
SPARKY \
SPRACINGF3 \
SPRACINGF3EVO \
SPRACINGF3NEO \
SPRACINGF4EVO \
SPRACINGF7DUAL \
SPRACINGH7EXTREME \
STM32F3DISCOVERY
ALT_TARGET_PATHS = $(filter-out %/target,$(basename $(wildcard $(ROOT)/src/main/target/*/*.mk)))
ALT_TARGET_NAMES = $(notdir $(ALT_TARGET_PATHS))
BASE_TARGET_NAMES = $(notdir $(patsubst %/,%,$(dir $(ALT_TARGET_PATHS))))