27 lines
1.3 KiB
Makefile
27 lines
1.3 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
# Toolchain: GNU Tools for STM32 (9-2020-q2-update)
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../FATFS/Target/bsp_driver_sd.c \
|
|
../FATFS/Target/fatfs_platform.c \
|
|
../FATFS/Target/sd_diskio.c
|
|
|
|
C_DEPS += \
|
|
./FATFS/Target/bsp_driver_sd.d \
|
|
./FATFS/Target/fatfs_platform.d \
|
|
./FATFS/Target/sd_diskio.d
|
|
|
|
OBJS += \
|
|
./FATFS/Target/bsp_driver_sd.o \
|
|
./FATFS/Target/fatfs_platform.o \
|
|
./FATFS/Target/sd_diskio.o
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
FATFS/Target/%.o: ../FATFS/Target/%.c FATFS/Target/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F411xE -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/Include -I../Drivers/CMSIS/Include -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
|
|