40 lines
1.8 KiB
Makefile
40 lines
1.8 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
# Toolchain: GNU Tools for STM32 (12.3.rel1)
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../user/Src/lcd.c \
|
|
../user/Src/user.c \
|
|
../user/Src/user_key.c \
|
|
../user/Src/user_main.c \
|
|
../user/Src/user_stick.c
|
|
|
|
OBJS += \
|
|
./user/Src/lcd.o \
|
|
./user/Src/user.o \
|
|
./user/Src/user_key.o \
|
|
./user/Src/user_main.o \
|
|
./user/Src/user_stick.o
|
|
|
|
C_DEPS += \
|
|
./user/Src/lcd.d \
|
|
./user/Src/user.d \
|
|
./user/Src/user_key.d \
|
|
./user/Src/user_main.d \
|
|
./user/Src/user_stick.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
user/Src/%.o user/Src/%.su user/Src/%.cyclo: ../user/Src/%.c user/Src/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../user/Inc -Ofast -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
|
|
|
|
clean: clean-user-2f-Src
|
|
|
|
clean-user-2f-Src:
|
|
-$(RM) ./user/Src/lcd.cyclo ./user/Src/lcd.d ./user/Src/lcd.o ./user/Src/lcd.su ./user/Src/user.cyclo ./user/Src/user.d ./user/Src/user.o ./user/Src/user.su ./user/Src/user_key.cyclo ./user/Src/user_key.d ./user/Src/user_key.o ./user/Src/user_key.su ./user/Src/user_main.cyclo ./user/Src/user_main.d ./user/Src/user_main.o ./user/Src/user_main.su ./user/Src/user_stick.cyclo ./user/Src/user_stick.d ./user/Src/user_stick.o ./user/Src/user_stick.su
|
|
|
|
.PHONY: clean-user-2f-Src
|
|
|