21 lines
1.1 KiB
Makefile
21 lines
1.1 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/user_diskio.c
|
|
|
|
OBJS += \
|
|
./FATFS/Target/user_diskio.o
|
|
|
|
C_DEPS += \
|
|
./FATFS/Target/user_diskio.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
FATFS/Target/user_diskio.o: ../FATFS/Target/user_diskio.c FATFS/Target/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xE -c -I../Core/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -I../mycode -I../FATFS/Target -I../FATFS/App -I../Middlewares/Third_Party/FatFs/src -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"FATFS/Target/user_diskio.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
|
|