From a36c18dd88b7fa658e177a98f63a8dd67d717ed3 Mon Sep 17 00:00:00 2001 From: mikeller Date: Sat, 7 Mar 2020 17:37:59 +1300 Subject: [PATCH] Removed legacy targets from 'pre-push target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index add0f4771..c138141f9 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ FEATURE_CUT_LEVEL_SUPPLIED := $(FEATURE_CUT_LEVEL) FEATURE_CUT_LEVEL = # The list of targets to build for 'pre-push' -PRE_PUSH_TARGET_LIST ?= OMNIBUSF4 STM32F405 SPRACINGF7DUAL STM32F7X2 NUCLEOH743 SITL test-representative +PRE_PUSH_TARGET_LIST ?= STM32F405 STM32F411 STM32F7X2 STM32F745 NUCLEOH743 SITL test-representative include $(ROOT)/make/targets.mk