123456789101112131415161718192021222324252627 |
- ################################################################################
- # 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
- ../LWIP/Target/ethernetif.c
- OBJS += \
- ./LWIP/Target/ethernetif.o
- C_DEPS
- ./LWIP/Target/ethernetif.d
- # Each subdirectory must supply rules for building sources it contributes
- LWIP/Target/%.o LWIP/Target/%.su LWIP/Target/%.cyclo: ../LWIP/Target/%.c /Target/
- arm-none-eabi-gcc /Core//..//STM32H7xx_HAL_Driver//..//STM32H7xx_HAL_Driver//Legacy -I..//Drivers//Device//STM32H7xx//..//CMSIS//LWIP//LWIP//..//Third_Party//src//..//Third_Party//system -I..//Middlewares//FreeRTOS//include -I..//Middlewares//FreeRTOS//CMSIS_RTOS_V2 -I..//Middlewares//FreeRTOS//portable//ARM_CM4F -I..//Drivers//Components//..//Third_Party//src//netif//..//Third_Party//src//lwip -I..//Middlewares//LwIP//include//apps -I..//Middlewares//LwIP//include//priv -I..//Middlewares//LwIP//include//prot -I..//Middlewares//LwIP//include//..//Third_Party//src//compat//..//Third_Party//src//compat//arpa -I..//Middlewares//LwIP//include//posix//..//Third_Party//Middlewares//MQTT -I..//Middlewares//LwIP//include//posix//..//Third_Party//src//compat//..//Third_Party//system//Middlewares//MQTT/
- clean: clean-LWIP-2f-Target
- clean-LWIP-2f-Target:
- -$(RM) ./LWIP/Target/ethernetif.cyclo ./LWIP/Target/ethernetif.d /LWIP//ethernetif.o .//Target/
- .PHONY: clean-LWIP-2f-Target
|