From e79eccd99b9b29fc968a44bf66a45784f1fc3baa Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Sat, 16 Mar 2024 00:21:49 +0300 Subject: [PATCH] source/Makefile compatibility with BSD find [#1886] --- source/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/Makefile b/source/Makefile index f0b0f9f145..137a41de93 100644 --- a/source/Makefile +++ b/source/Makefile @@ -57,13 +57,13 @@ DEVICE_DFU_VID_PID=0x28E9:0x0189 # Enumerate all of the include directories (HAL source dirs are used for clang-format only) -APP_INC_DIR=./Core/Inc/ -MIDDLEWARES_DIR=./Middlewares/ -BSP_INC_DIR=./Core/BSP/ -THREADS_DIR=./Core/Threads/ -SOURCE_CORE_DIR=./Core/Src/ -BRIEFLZ_DIR=./Core/brieflz/ -DRIVERS_DIR=./Core/Drivers/ +APP_INC_DIR=./Core/Inc +MIDDLEWARES_DIR=./Middlewares +BSP_INC_DIR=./Core/BSP +THREADS_DIR=./Core/Threads +SOURCE_CORE_DIR=./Core/Src +BRIEFLZ_DIR=./Core/brieflz +DRIVERS_DIR=./Core/Drivers PD_DRIVER_DIR=./Core/Drivers/usb-pd # Exclude USB-PD tests PD_DRIVER_TESTS_DIR=./Core/Drivers/usb-pd/tests