Merge pull request #9307 from mikeller/move_targets_into_legacy_for_4_1_4

Move targets into legacy targets for 4.1.4.
This commit is contained in:
Michael Keller 2020-01-21 13:41:21 +13:00 committed by GitHub
commit 5c0d9e7d39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -149,7 +149,17 @@ LEGACY_TARGETS := MATEKF405 \
OMNINXT4 \
REVO \
DALRCF722DUAL \
OMNINXT7
OMNINXT7 \
BETAFLIGHTF4 \
EXUAVF4PRO \
FRSKYF4 \
KIWIF4 \
KIWIF4V2 \
PLUMF4 \
SKYZONEF405 \
XRACERF4 \
AG3XF7 \
YUPIF7
CI_TARGETS := $(filter-out $(LEGACY_TARGETS) $(UNSUPPORTED_TARGETS), $(VALID_TARGETS))