From 97ce0eda46239a24f77759955de7bb39620dbed3 Mon Sep 17 00:00:00 2001 From: rusefi Date: Fri, 13 Mar 2020 20:30:07 -0400 Subject: [PATCH] fixing build? --- firmware/bootloader/src/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/bootloader/src/Makefile b/firmware/bootloader/src/Makefile index 297a2ce4f1..500411fc8e 100644 --- a/firmware/bootloader/src/Makefile +++ b/firmware/bootloader/src/Makefile @@ -244,6 +244,8 @@ INCDIR = .. $(CHIBIOS)/os/license \ $(PROJECT_DIR)/hw_layer/lcd \ $(PROJECT_DIR)/hw_layer/sensors \ $(PROJECT_DIR)/hw_layer/mass_storage \ + $(PROJECT_DIR)/hw_layer/ports \ + $(PROJECT_DIR)/hw_layer/$(CPU_HWLAYER) \ $(HW_INC) \ $(HW_LAYER_DRIVERS_INC) \ $(PROJECT_DIR)/development \