From a5f793a6bd041f8151fa40c2ca31011b7c019721 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Fri, 25 Aug 2023 23:05:59 -0700 Subject: [PATCH] cleanup --- firmware/bootloader/src/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firmware/bootloader/src/Makefile b/firmware/bootloader/src/Makefile index 727cec8232..f47e765ac5 100644 --- a/firmware/bootloader/src/Makefile +++ b/firmware/bootloader/src/Makefile @@ -176,7 +176,6 @@ CSRC = $(ALLCSRC) \ $(BOARDSRC) \ $(HW_LAYER_EMS) \ $(HW_LAYER_DRIVERS_CORE) \ - $(FATFSSRC) \ $(PROJECT_DIR)/hw_layer/main_hardfault.c \ # C++ sources that can be compiled in ARM or THUMB mode depending on the global @@ -185,9 +184,6 @@ CSRC = $(ALLCSRC) \ CPPSRC = $(ALLCPPSRC) \ $(HW_LAYER_EMS_CPP) \ $(BOARDCPPSRC) \ - $(HW_SENSORS_SRC) \ - $(TUNERSTUDIO_SRC_CPP) \ - $(CONSOLE_SRC_CPP) \ $(PROJECT_DIR)/util/efilib.cpp \ $(PROJECT_DIR)/hw_layer/pin_repository.cpp \ $(RUSEFI_LIB_CPP) \