1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Merge pull request #3544 from brucesdad13/target-alienwhoop

Add warning for SKIP_TARGETS
This commit is contained in:
Martin Budden 2017-07-17 05:38:31 +01:00 committed by GitHub
commit 903c168be6

View file

@ -1342,6 +1342,7 @@ targets-group-rest: $(GROUP_OTHER_TARGETS)
$(VALID_TARGETS):
$(V0) @echo "The following targets, listed in 'SKIP_TARGETS', will not be built:\r\n\t$(SKIP_TARGETS)"
$(V0) @echo "" && \
echo "Building $@" && \
time $(MAKE) binary hex TARGET=$@ && \