subdir.mk 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. # Toolchain: GNU Tools for STM32 (12.3.rel1)
  4. ################################################################################
  5. # Add inputs and outputs from these tool invocations to the build variables
  6. C_SRCS += \
  7. ../Core/Src/echo_server.c \
  8. ../Core/Src/freertos.c \
  9. ../Core/Src/lwiperf.c \
  10. ../Core/Src/main.c \
  11. ../Core/Src/mqtt_client.c \
  12. ../Core/Src/stm32h7xx_hal_msp.c \
  13. ../Core/Src/stm32h7xx_hal_timebase_tim.c \
  14. ../Core/Src/stm32h7xx_it.c \
  15. ../Core/Src/syscalls.c \
  16. ../Core/Src/sysmem.c
  17. OBJS += \
  18. ./Core/Src/echo_server.o \
  19. ./Core/Src/freertos.o \
  20. ./Core/Src/lwiperf.o \
  21. ./Core/Src/main.o \
  22. ./Core/Src/mqtt_client.o \
  23. ./Core/Src/stm32h7xx_hal_msp.o \
  24. ./Core/Src/stm32h7xx_hal_timebase_tim.o \
  25. ./Core/Src/stm32h7xx_it.o \
  26. ./Core/Src/syscalls.o \
  27. ./Core/Src/sysmem.o
  28. C_DEPS += \
  29. ./Core/Src/echo_server.d \
  30. ./Core/Src/freertos.d \
  31. ./Core/Src/lwiperf.d \
  32. ./Core/Src/main.d \
  33. ./Core/Src/mqtt_client.d \
  34. ./Core/Src/stm32h7xx_hal_msp.d \
  35. ./Core/Src/stm32h7xx_hal_timebase_tim.d \
  36. ./Core/Src/stm32h7xx_it.d \
  37. ./Core/Src/syscalls.d \
  38. ./Core/Src/sysmem.d
  39. # Each subdirectory must supply rules for building sources it contributes
  40. Core/Src/%.o Core/Src/%.su Core/Src/%.cyclo: ../Core/Src/%.c Core/Src/subdir.mk
  41. arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=gnu11 -g3 -DDEBUG -DCORE_CM7 -DUSE_HAL_DRIVER -DSTM32H745xx -c -I../Core/Inc -I../../Drivers/STM32H7xx_HAL_Driver/Inc -I../../Drivers/STM32H7xx_HAL_Driver/Inc/Legacy -I../../Drivers/CMSIS/Device/ST/STM32H7xx/Include -I../../Drivers/CMSIS/Include -I../LWIP/App -I../LWIP/Target -I../../Middlewares/Third_Party/LwIP/src/include -I../../Middlewares/Third_Party/LwIP/system -I../../Middlewares/Third_Party/FreeRTOS/Source/include -I../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2 -I../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F -I../../Drivers/BSP/Components/lan8742 -I../../Middlewares/Third_Party/LwIP/src/include/netif/ppp -I../../Middlewares/Third_Party/LwIP/src/include/lwip -I../../Middlewares/Third_Party/LwIP/src/include/lwip/apps -I../../Middlewares/Third_Party/LwIP/src/include/lwip/priv -I../../Middlewares/Third_Party/LwIP/src/include/lwip/prot -I../../Middlewares/Third_Party/LwIP/src/include/netif -I../../Middlewares/Third_Party/LwIP/src/include/compat/posix -I../../Middlewares/Third_Party/LwIP/src/include/compat/posix/arpa -I../../Middlewares/Third_Party/LwIP/src/include/compat/posix/net -I../../Middlewares/Third_Party/MQTT -I../Middlewares/Third_Party/MQTT -I../../Middlewares/Third_Party/LwIP/src/include/compat/posix/sys -I../../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../../Middlewares/Third_Party/LwIP/system/arch -I../Middlewares/Third_Party/MQTT/MQTTPacket -Og -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv5-d16 -mfloat-abi=hard -mthumb -o "$@"
  42. clean: clean-Core-2f-Src
  43. clean-Core-2f-Src:
  44. -$(RM) ./Core/Src/echo_server.cyclo ./Core/Src/echo_server.d ./Core/Src/echo_server.o ./Core/Src/echo_server.su ./Core/Src/freertos.cyclo ./Core/Src/freertos.d ./Core/Src/freertos.o ./Core/Src/freertos.su ./Core/Src/lwiperf.cyclo ./Core/Src/lwiperf.d ./Core/Src/lwiperf.o ./Core/Src/lwiperf.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/mqtt_client.cyclo ./Core/Src/mqtt_client.d ./Core/Src/mqtt_client.o ./Core/Src/mqtt_client.su ./Core/Src/stm32h7xx_hal_msp.cyclo ./Core/Src/stm32h7xx_hal_msp.d ./Core/Src/stm32h7xx_hal_msp.o ./Core/Src/stm32h7xx_hal_msp.su ./Core/Src/stm32h7xx_hal_timebase_tim.cyclo ./Core/Src/stm32h7xx_hal_timebase_tim.d ./Core/Src/stm32h7xx_hal_timebase_tim.o ./Core/Src/stm32h7xx_hal_timebase_tim.su ./Core/Src/stm32h7xx_it.cyclo ./Core/Src/stm32h7xx_it.d ./Core/Src/stm32h7xx_it.o ./Core/Src/stm32h7xx_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
  45. .PHONY: clean-Core-2f-Src