From 92ebbe2141df9bc6fba363358b194952632a7fe7 Mon Sep 17 00:00:00 2001 From: rusefi Date: Tue, 9 Apr 2019 18:13:11 -0400 Subject: [PATCH] helping linux build a little bit --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/Makefile b/firmware/Makefile index 3aa8a91c1a..a2c6a0ef33 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -173,7 +173,7 @@ ifeq ($(LDSCRIPT),) endif ifeq ($(PROJECT_CPU),) - PROJECT_CPU=ST_STM32F4 + PROJECT_CPU=st_stm32f4 endif # C sources that can be compiled in ARM or THUMB mode depending on the global