30 lines
1.3 KiB
Makefile
30 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 += \
|
|
../SW_APPs/APP_IDcard.c \
|
|
../SW_APPs/APP_blood.c \
|
|
../SW_APPs/Main_APP.c \
|
|
../SW_APPs/windows.c
|
|
|
|
OBJS += \
|
|
./SW_APPs/APP_IDcard.o \
|
|
./SW_APPs/APP_blood.o \
|
|
./SW_APPs/Main_APP.o \
|
|
./SW_APPs/windows.o
|
|
|
|
C_DEPS += \
|
|
./SW_APPs/APP_IDcard.d \
|
|
./SW_APPs/APP_blood.d \
|
|
./SW_APPs/Main_APP.d \
|
|
./SW_APPs/windows.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
SW_APPs/%.o: ../SW_APPs/%.c SW_APPs/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m3 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F103xE -c -I../Core/Inc -I"/Users/wuwenfeng/STM32CubeIDE/workspace_1.7.0/m3s/SW_APPs" -I"/Users/wuwenfeng/STM32CubeIDE/workspace_1.7.0/m3s/HW_Devices" -I../Drivers/STM32F1xx_HAL_Driver/Inc -I../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F1xx/Include -I../Drivers/CMSIS/Include -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
|
|