61 lines
2.9 KiB
Makefile
61 lines
2.9 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 += \
|
||
|
../Core/Src/adc.c \
|
||
|
../Core/Src/dma.c \
|
||
|
../Core/Src/gpio.c \
|
||
|
../Core/Src/iwdg.c \
|
||
|
../Core/Src/main.c \
|
||
|
../Core/Src/stm32g0xx_hal_msp.c \
|
||
|
../Core/Src/stm32g0xx_it.c \
|
||
|
../Core/Src/syscalls.c \
|
||
|
../Core/Src/sysmem.c \
|
||
|
../Core/Src/system_stm32g0xx.c \
|
||
|
../Core/Src/tim.c \
|
||
|
../Core/Src/usart.c
|
||
|
|
||
|
OBJS += \
|
||
|
./Core/Src/adc.o \
|
||
|
./Core/Src/dma.o \
|
||
|
./Core/Src/gpio.o \
|
||
|
./Core/Src/iwdg.o \
|
||
|
./Core/Src/main.o \
|
||
|
./Core/Src/stm32g0xx_hal_msp.o \
|
||
|
./Core/Src/stm32g0xx_it.o \
|
||
|
./Core/Src/syscalls.o \
|
||
|
./Core/Src/sysmem.o \
|
||
|
./Core/Src/system_stm32g0xx.o \
|
||
|
./Core/Src/tim.o \
|
||
|
./Core/Src/usart.o
|
||
|
|
||
|
C_DEPS += \
|
||
|
./Core/Src/adc.d \
|
||
|
./Core/Src/dma.d \
|
||
|
./Core/Src/gpio.d \
|
||
|
./Core/Src/iwdg.d \
|
||
|
./Core/Src/main.d \
|
||
|
./Core/Src/stm32g0xx_hal_msp.d \
|
||
|
./Core/Src/stm32g0xx_it.d \
|
||
|
./Core/Src/syscalls.d \
|
||
|
./Core/Src/sysmem.d \
|
||
|
./Core/Src/system_stm32g0xx.d \
|
||
|
./Core/Src/tim.d \
|
||
|
./Core/Src/usart.d
|
||
|
|
||
|
|
||
|
# Each subdirectory must supply rules for building sources it contributes
|
||
|
Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
|
||
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m0plus -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32G030xx -c -I../Core/Inc -I../user/Inc -I../Drivers/STM32G0xx_HAL_Driver/Inc -I../Drivers/STM32G0xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32G0xx/Include -I../Drivers/CMSIS/Include -Os -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-Core-2f-Src
|
||
|
|
||
|
clean-Core-2f-Src:
|
||
|
-$(RM) ./Core/Src/adc.cyclo ./Core/Src/adc.d ./Core/Src/adc.o ./Core/Src/adc.su ./Core/Src/dma.cyclo ./Core/Src/dma.d ./Core/Src/dma.o ./Core/Src/dma.su ./Core/Src/gpio.cyclo ./Core/Src/gpio.d ./Core/Src/gpio.o ./Core/Src/gpio.su ./Core/Src/iwdg.cyclo ./Core/Src/iwdg.d ./Core/Src/iwdg.o ./Core/Src/iwdg.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/stm32g0xx_hal_msp.cyclo ./Core/Src/stm32g0xx_hal_msp.d ./Core/Src/stm32g0xx_hal_msp.o ./Core/Src/stm32g0xx_hal_msp.su ./Core/Src/stm32g0xx_it.cyclo ./Core/Src/stm32g0xx_it.d ./Core/Src/stm32g0xx_it.o ./Core/Src/stm32g0xx_it.su ./Core/Src/syscalls.cyclo ./Core/Src/syscalls.d ./Core/Src/syscalls.o ./Core/Src/syscalls.su ./Core/Src/sysmem.cyclo ./Core/Src/sysmem.d ./Core/Src/sysmem.o ./Core/Src/sysmem.su ./Core/Src/system_stm32g0xx.cyclo ./Core/Src/system_stm32g0xx.d ./Core/Src/system_stm32g0xx.o ./Core/Src/system_stm32g0xx.su ./Core/Src/tim.cyclo ./Core/Src/tim.d ./Core/Src/tim.o ./Core/Src/tim.su ./Core/Src/usart.cyclo ./Core/Src/usart.d ./Core/Src/usart.o ./Core/Src/usart.su
|
||
|
|
||
|
.PHONY: clean-Core-2f-Src
|
||
|
|