################################################################################ # Automatically-generated file. Do not edit! # Toolchain: GNU Tools for STM32 (10.3-2021.10) ################################################################################ # Add inputs and outputs from these tool invocations to the build variables C_SRCS += \ ../Core/Src/CAN_Communication.c \ ../Core/Src/Channel_Control.c \ ../Core/Src/Current_Monitoring.c \ ../Core/Src/PCA9535D_Driver.c \ ../Core/Src/can-halal.c \ ../Core/Src/main.c \ ../Core/Src/stm32g4xx_hal_msp.c \ ../Core/Src/stm32g4xx_it.c \ ../Core/Src/syscalls.c \ ../Core/Src/sysmem.c \ ../Core/Src/system_stm32g4xx.c OBJS += \ ./Core/Src/CAN_Communication.o \ ./Core/Src/Channel_Control.o \ ./Core/Src/Current_Monitoring.o \ ./Core/Src/PCA9535D_Driver.o \ ./Core/Src/can-halal.o \ ./Core/Src/main.o \ ./Core/Src/stm32g4xx_hal_msp.o \ ./Core/Src/stm32g4xx_it.o \ ./Core/Src/syscalls.o \ ./Core/Src/sysmem.o \ ./Core/Src/system_stm32g4xx.o C_DEPS += \ ./Core/Src/CAN_Communication.d \ ./Core/Src/Channel_Control.d \ ./Core/Src/Current_Monitoring.d \ ./Core/Src/PCA9535D_Driver.d \ ./Core/Src/can-halal.d \ ./Core/Src/main.d \ ./Core/Src/stm32g4xx_hal_msp.d \ ./Core/Src/stm32g4xx_it.d \ ./Core/Src/syscalls.d \ ./Core/Src/sysmem.d \ ./Core/Src/system_stm32g4xx.d # Each subdirectory must supply rules for building sources it contributes Core/Src/%.o Core/Src/%.su: ../Core/Src/%.c Core/Src/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32G431xx -c -I../Core/Inc -I../Drivers/STM32G4xx_HAL_Driver/Inc -I../Drivers/STM32G4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32G4xx/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/CAN_Communication.d ./Core/Src/CAN_Communication.o ./Core/Src/CAN_Communication.su ./Core/Src/Channel_Control.d ./Core/Src/Channel_Control.o ./Core/Src/Channel_Control.su ./Core/Src/Current_Monitoring.d ./Core/Src/Current_Monitoring.o ./Core/Src/Current_Monitoring.su ./Core/Src/PCA9535D_Driver.d ./Core/Src/PCA9535D_Driver.o ./Core/Src/PCA9535D_Driver.su ./Core/Src/can-halal.d ./Core/Src/can-halal.o ./Core/Src/can-halal.su ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32g4xx_hal_msp.d ./Core/Src/stm32g4xx_hal_msp.o ./Core/Src/stm32g4xx_hal_msp.su ./Core/Src/stm32g4xx_it.d ./Core/Src/stm32g4xx_it.o ./Core/Src/stm32g4xx_it.su ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32g4xx.d ./Core/Src/system_stm32g4xx.o ./Core/Src/system_stm32g4xx.su .PHONY: clean-Core-2f-Src