Skip to content

Commit

Permalink
source/Makefile compatibility with BSD find [Ralim#1886]
Browse files Browse the repository at this point in the history
  • Loading branch information
ia committed Mar 15, 2024
1 parent 9ea71bc commit e79eccd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e79eccd

Please sign in to comment.