################################################################################ # 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 += \ ../my_software/button.c \ ../my_software/eeprom.c \ ../my_software/gpio.c \ ../my_software/ht1621.c \ ../my_software/iic.c \ ../my_software/my_code.c \ ../my_software/r480r.c OBJS += \ ./my_software/button.o \ ./my_software/eeprom.o \ ./my_software/gpio.o \ ./my_software/ht1621.o \ ./my_software/iic.o \ ./my_software/my_code.o \ ./my_software/r480r.o C_DEPS += \ ./my_software/button.d \ ./my_software/eeprom.d \ ./my_software/gpio.d \ ./my_software/ht1621.d \ ./my_software/iic.d \ ./my_software/my_code.d \ ./my_software/r480r.d # Each subdirectory must supply rules for building sources it contributes my_software/%.o: ../my_software/%.c my_software/subdir.mk arm-none-eabi-gcc "$<" -mcpu=cortex-m0 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F030x6 -c -I../Core/Inc -I"/Users/wuwenfeng/STM32CubeIDE/workspace_1.7.0/Motor_Controller2/my_software" -I../Drivers/STM32F0xx_HAL_Driver/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F0xx/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 "$@"