subdir.mk 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (10.3-2021.10)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. ../Core/Src/gpio.c \
  8. ../Core/Src/main.c \
  9. ../Core/Src/spi.c \
  10. ../Core/Src/stm32f0xx_hal_msp.c \
  11. ../Core/Src/stm32f0xx_it.c \
  12. ../Core/Src/syscalls.c \
  13. ../Core/Src/sysmem.c \
  14. ../Core/Src/system_stm32f0xx.c \
  15. ../Core/Src/tim.c
  16. C_DEPS += \
  17. ./Core/Src/gpio.d \
  18. ./Core/Src/main.d \
  19. ./Core/Src/spi.d \
  20. ./Core/Src/stm32f0xx_hal_msp.d \
  21. ./Core/Src/stm32f0xx_it.d \
  22. ./Core/Src/syscalls.d \
  23. ./Core/Src/sysmem.d \
  24. ./Core/Src/system_stm32f0xx.d \
  25. ./Core/Src/tim.d
  26. OBJS += \
  27. ./Core/Src/gpio.o \
  28. ./Core/Src/main.o \
  29. ./Core/Src/spi.o \
  30. ./Core/Src/stm32f0xx_hal_msp.o \
  31. ./Core/Src/stm32f0xx_it.o \
  32. ./Core/Src/syscalls.o \
  33. ./Core/Src/sysmem.o \
  34. ./Core/Src/system_stm32f0xx.o \
  35. ./Core/Src/tim.o
  36. # Each subdirectory must supply rules for building sources it contributes
  37. Core/Src/%.o Core/Src/%.su: ../Core/Src/%.c Core/Src/subdir.mk
  38. arm-none-eabi-gcc "$<" -mcpu=cortex-m0 -std=gnu11 -g3 -DDEBUG -DSTM32F030x6 -DUSE_HAL_DRIVER -c -I../Core/Inc -I../Drivers/STM32F0xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F0xx/Include -I../Drivers/CMSIS/Include -I/STM32F030_ENC28J60/APP -I"D:/NextCloud/Personal-OneDrive/CodeStore/STM32CubeIDE/workspace_1.9.0/STM32F030_ENC28J60/APP/Lib" -I../Drivers/STM32F0xx_HAL_Driver/Inc/Legacy -Og -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@"
  39. clean: clean-Core-2f-Src
  40. clean-Core-2f-Src:
  41. -$(RM) ./Core/Src/gpio.d ./Core/Src/gpio.o ./Core/Src/gpio.su ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/spi.d ./Core/Src/spi.o ./Core/Src/spi.su ./Core/Src/stm32f0xx_hal_msp.d ./Core/Src/stm32f0xx_hal_msp.o ./Core/Src/stm32f0xx_hal_msp.su ./Core/Src/stm32f0xx_it.d ./Core/Src/stm32f0xx_it.o ./Core/Src/stm32f0xx_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_stm32f0xx.d ./Core/Src/system_stm32f0xx.o ./Core/Src/system_stm32f0xx.su ./Core/Src/tim.d ./Core/Src/tim.o ./Core/Src/tim.su
  42. .PHONY: clean-Core-2f-Src