61 lines
2.6 KiB
Makefile
61 lines
2.6 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 += \
|
|
../Core/Src/AMS_CAN.c \
|
|
../Core/Src/BQ_Abstraction_Layer.c \
|
|
../Core/Src/BQ_Communication.c \
|
|
../Core/Src/BatteryManagement.c \
|
|
../Core/Src/SoftI2C.c \
|
|
../Core/Src/TMP144.c \
|
|
../Core/Src/main.c \
|
|
../Core/Src/stm32f4xx_hal_msp.c \
|
|
../Core/Src/stm32f4xx_it.c \
|
|
../Core/Src/syscalls.c \
|
|
../Core/Src/sysmem.c \
|
|
../Core/Src/system_stm32f4xx.c
|
|
|
|
OBJS += \
|
|
./Core/Src/AMS_CAN.o \
|
|
./Core/Src/BQ_Abstraction_Layer.o \
|
|
./Core/Src/BQ_Communication.o \
|
|
./Core/Src/BatteryManagement.o \
|
|
./Core/Src/SoftI2C.o \
|
|
./Core/Src/TMP144.o \
|
|
./Core/Src/main.o \
|
|
./Core/Src/stm32f4xx_hal_msp.o \
|
|
./Core/Src/stm32f4xx_it.o \
|
|
./Core/Src/syscalls.o \
|
|
./Core/Src/sysmem.o \
|
|
./Core/Src/system_stm32f4xx.o
|
|
|
|
C_DEPS += \
|
|
./Core/Src/AMS_CAN.d \
|
|
./Core/Src/BQ_Abstraction_Layer.d \
|
|
./Core/Src/BQ_Communication.d \
|
|
./Core/Src/BatteryManagement.d \
|
|
./Core/Src/SoftI2C.d \
|
|
./Core/Src/TMP144.d \
|
|
./Core/Src/main.d \
|
|
./Core/Src/stm32f4xx_hal_msp.d \
|
|
./Core/Src/stm32f4xx_it.d \
|
|
./Core/Src/syscalls.d \
|
|
./Core/Src/sysmem.d \
|
|
./Core/Src/system_stm32f4xx.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Core/Src/%.o: ../Core/Src/%.c Core/Src/subdir.mk
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F412Rx -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 -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 "$@"
|
|
|
|
clean: clean-Core-2f-Src
|
|
|
|
clean-Core-2f-Src:
|
|
-$(RM) ./Core/Src/AMS_CAN.d ./Core/Src/AMS_CAN.o ./Core/Src/BQ_Abstraction_Layer.d ./Core/Src/BQ_Abstraction_Layer.o ./Core/Src/BQ_Communication.d ./Core/Src/BQ_Communication.o ./Core/Src/BatteryManagement.d ./Core/Src/BatteryManagement.o ./Core/Src/SoftI2C.d ./Core/Src/SoftI2C.o ./Core/Src/TMP144.d ./Core/Src/TMP144.o ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/stm32f4xx_hal_msp.d ./Core/Src/stm32f4xx_hal_msp.o ./Core/Src/stm32f4xx_it.d ./Core/Src/stm32f4xx_it.o ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/system_stm32f4xx.d ./Core/Src/system_stm32f4xx.o
|
|
|
|
.PHONY: clean-Core-2f-Src
|
|
|