доработка СКВ
This commit is contained in:
@@ -1,42 +0,0 @@
|
||||
################################################################################
|
||||
# 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/FLASH_SECTOR_F4.c \
|
||||
../Core/Src/main.c \
|
||||
../Core/Src/pribors.c \
|
||||
../Core/Src/stm32f4xx_hal_msp.c \
|
||||
../Core/Src/stm32f4xx_it.c \
|
||||
../Core/Src/system_stm32f4xx.c
|
||||
|
||||
OBJS += \
|
||||
./Core/Src/FLASH_SECTOR_F4.o \
|
||||
./Core/Src/main.o \
|
||||
./Core/Src/pribors.o \
|
||||
./Core/Src/stm32f4xx_hal_msp.o \
|
||||
./Core/Src/stm32f4xx_it.o \
|
||||
./Core/Src/system_stm32f4xx.o
|
||||
|
||||
C_DEPS += \
|
||||
./Core/Src/FLASH_SECTOR_F4.d \
|
||||
./Core/Src/main.d \
|
||||
./Core/Src/pribors.d \
|
||||
./Core/Src/stm32f4xx_hal_msp.d \
|
||||
./Core/Src/stm32f4xx_it.d \
|
||||
./Core/Src/system_stm32f4xx.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-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Core-2f-Src
|
||||
|
||||
clean-Core-2f-Src:
|
||||
-$(RM) ./Core/Src/FLASH_SECTOR_F4.cyclo ./Core/Src/FLASH_SECTOR_F4.d ./Core/Src/FLASH_SECTOR_F4.o ./Core/Src/FLASH_SECTOR_F4.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/pribors.cyclo ./Core/Src/pribors.d ./Core/Src/pribors.o ./Core/Src/pribors.su ./Core/Src/stm32f4xx_hal_msp.cyclo ./Core/Src/stm32f4xx_hal_msp.d ./Core/Src/stm32f4xx_hal_msp.o ./Core/Src/stm32f4xx_hal_msp.su ./Core/Src/stm32f4xx_it.cyclo ./Core/Src/stm32f4xx_it.d ./Core/Src/stm32f4xx_it.o ./Core/Src/stm32f4xx_it.su ./Core/Src/system_stm32f4xx.cyclo ./Core/Src/system_stm32f4xx.d ./Core/Src/system_stm32f4xx.o ./Core/Src/system_stm32f4xx.su
|
||||
|
||||
.PHONY: clean-Core-2f-Src
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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
|
||||
S_SRCS += \
|
||||
../Core/Startup/startup_stm32f429zitx.s
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32f429zitx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32f429zitx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
|
||||
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG '-DMEM_SIZE 65536' -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Core-2f-Startup
|
||||
|
||||
clean-Core-2f-Startup:
|
||||
-$(RM) ./Core/Startup/startup_stm32f429zitx.d ./Core/Startup/startup_stm32f429zitx.o
|
||||
|
||||
.PHONY: clean-Core-2f-Startup
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Drivers/BSP/Components/dp83848/dp83848.c
|
||||
|
||||
OBJS += \
|
||||
./Drivers/BSP/Components/dp83848/dp83848.o
|
||||
|
||||
C_DEPS += \
|
||||
./Drivers/BSP/Components/dp83848/dp83848.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Drivers/BSP/Components/dp83848/%.o Drivers/BSP/Components/dp83848/%.su Drivers/BSP/Components/dp83848/%.cyclo: ../Drivers/BSP/Components/dp83848/%.c Drivers/BSP/Components/dp83848/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Drivers-2f-BSP-2f-Components-2f-dp83848
|
||||
|
||||
clean-Drivers-2f-BSP-2f-Components-2f-dp83848:
|
||||
-$(RM) ./Drivers/BSP/Components/dp83848/dp83848.cyclo ./Drivers/BSP/Components/dp83848/dp83848.d ./Drivers/BSP/Components/dp83848/dp83848.o ./Drivers/BSP/Components/dp83848/dp83848.su
|
||||
|
||||
.PHONY: clean-Drivers-2f-BSP-2f-Components-2f-dp83848
|
||||
|
||||
@@ -1,78 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.c
|
||||
|
||||
OBJS += \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.o
|
||||
|
||||
C_DEPS += \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Drivers/STM32F4xx_HAL_Driver/Src/%.o Drivers/STM32F4xx_HAL_Driver/Src/%.su Drivers/STM32F4xx_HAL_Driver/Src/%.cyclo: ../Drivers/STM32F4xx_HAL_Driver/Src/%.c Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src
|
||||
|
||||
clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src:
|
||||
-$(RM) ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.su
|
||||
|
||||
.PHONY: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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/App/lwip.c
|
||||
|
||||
OBJS += \
|
||||
./LWIP/App/lwip.o
|
||||
|
||||
C_DEPS += \
|
||||
./LWIP/App/lwip.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
LWIP/App/%.o LWIP/App/%.su LWIP/App/%.cyclo: ../LWIP/App/%.c LWIP/App/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-LWIP-2f-App
|
||||
|
||||
clean-LWIP-2f-App:
|
||||
-$(RM) ./LWIP/App/lwip.cyclo ./LWIP/App/lwip.d ./LWIP/App/lwip.o ./LWIP/App/lwip.su
|
||||
|
||||
.PHONY: clean-LWIP-2f-App
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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 LWIP/Target/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-LWIP-2f-Target
|
||||
|
||||
clean-LWIP-2f-Target:
|
||||
-$(RM) ./LWIP/Target/ethernetif.cyclo ./LWIP/Target/ethernetif.d ./LWIP/Target/ethernetif.o ./LWIP/Target/ethernetif.su
|
||||
|
||||
.PHONY: clean-LWIP-2f-Target
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/api/api_lib.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/api_msg.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/err.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/if_api.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netbuf.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netdb.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netifapi.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/sockets.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/tcpip.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_lib.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_msg.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/err.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/if_api.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netbuf.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netdb.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netifapi.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/sockets.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/tcpip.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_lib.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_msg.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/err.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/if_api.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netbuf.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netdb.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netifapi.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/sockets.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/tcpip.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/api/%.o Middlewares/Third_Party/LwIP/src/api/%.su Middlewares/Third_Party/LwIP/src/api/%.cyclo: ../Middlewares/Third_Party/LwIP/src/api/%.c Middlewares/Third_Party/LwIP/src/api/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/api/api_lib.cyclo ./Middlewares/Third_Party/LwIP/src/api/api_lib.d ./Middlewares/Third_Party/LwIP/src/api/api_lib.o ./Middlewares/Third_Party/LwIP/src/api/api_lib.su ./Middlewares/Third_Party/LwIP/src/api/api_msg.cyclo ./Middlewares/Third_Party/LwIP/src/api/api_msg.d ./Middlewares/Third_Party/LwIP/src/api/api_msg.o ./Middlewares/Third_Party/LwIP/src/api/api_msg.su ./Middlewares/Third_Party/LwIP/src/api/err.cyclo ./Middlewares/Third_Party/LwIP/src/api/err.d ./Middlewares/Third_Party/LwIP/src/api/err.o ./Middlewares/Third_Party/LwIP/src/api/err.su ./Middlewares/Third_Party/LwIP/src/api/if_api.cyclo ./Middlewares/Third_Party/LwIP/src/api/if_api.d ./Middlewares/Third_Party/LwIP/src/api/if_api.o ./Middlewares/Third_Party/LwIP/src/api/if_api.su ./Middlewares/Third_Party/LwIP/src/api/netbuf.cyclo ./Middlewares/Third_Party/LwIP/src/api/netbuf.d ./Middlewares/Third_Party/LwIP/src/api/netbuf.o ./Middlewares/Third_Party/LwIP/src/api/netbuf.su ./Middlewares/Third_Party/LwIP/src/api/netdb.cyclo ./Middlewares/Third_Party/LwIP/src/api/netdb.d ./Middlewares/Third_Party/LwIP/src/api/netdb.o ./Middlewares/Third_Party/LwIP/src/api/netdb.su ./Middlewares/Third_Party/LwIP/src/api/netifapi.cyclo ./Middlewares/Third_Party/LwIP/src/api/netifapi.d ./Middlewares/Third_Party/LwIP/src/api/netifapi.o ./Middlewares/Third_Party/LwIP/src/api/netifapi.su ./Middlewares/Third_Party/LwIP/src/api/sockets.cyclo ./Middlewares/Third_Party/LwIP/src/api/sockets.d ./Middlewares/Third_Party/LwIP/src/api/sockets.o ./Middlewares/Third_Party/LwIP/src/api/sockets.su ./Middlewares/Third_Party/LwIP/src/api/tcpip.cyclo ./Middlewares/Third_Party/LwIP/src/api/tcpip.d ./Middlewares/Third_Party/LwIP/src/api/tcpip.o ./Middlewares/Third_Party/LwIP/src/api/tcpip.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/apps/mqtt/%.o Middlewares/Third_Party/LwIP/src/apps/mqtt/%.su Middlewares/Third_Party/LwIP/src/apps/mqtt/%.cyclo: ../Middlewares/Third_Party/LwIP/src/apps/mqtt/%.c Middlewares/Third_Party/LwIP/src/apps/mqtt/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.cyclo ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.d ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv4/%.o Middlewares/Third_Party/LwIP/src/core/ipv4/%.su Middlewares/Third_Party/LwIP/src/core/ipv4/%.cyclo: ../Middlewares/Third_Party/LwIP/src/core/ipv4/%.c Middlewares/Third_Party/LwIP/src/core/ipv4/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv6/%.o Middlewares/Third_Party/LwIP/src/core/ipv6/%.su Middlewares/Third_Party/LwIP/src/core/ipv6/%.cyclo: ../Middlewares/Third_Party/LwIP/src/core/ipv6/%.c Middlewares/Third_Party/LwIP/src/core/ipv6/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6
|
||||
|
||||
@@ -1,84 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp_alloc.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp_tcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/def.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/dns.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/inet_chksum.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/init.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ip.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/mem.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/memp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/netif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/pbuf.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/raw.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/stats.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/sys.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp_in.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp_out.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/timeouts.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/udp.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/def.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/dns.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/init.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ip.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/mem.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/memp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/netif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/pbuf.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/raw.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/stats.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/sys.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_in.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_out.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/timeouts.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/udp.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/def.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/dns.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/inet_chksum.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/init.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ip.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/mem.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/memp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/netif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/pbuf.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/raw.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/stats.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/sys.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_in.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_out.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/timeouts.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/udp.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/%.o Middlewares/Third_Party/LwIP/src/core/%.su Middlewares/Third_Party/LwIP/src/core/%.cyclo: ../Middlewares/Third_Party/LwIP/src/core/%.c Middlewares/Third_Party/LwIP/src/core/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/altcp.cyclo ./Middlewares/Third_Party/LwIP/src/core/altcp.d ./Middlewares/Third_Party/LwIP/src/core/altcp.o ./Middlewares/Third_Party/LwIP/src/core/altcp.su ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.cyclo ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.d ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.su ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.cyclo ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.d ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.su ./Middlewares/Third_Party/LwIP/src/core/def.cyclo ./Middlewares/Third_Party/LwIP/src/core/def.d ./Middlewares/Third_Party/LwIP/src/core/def.o ./Middlewares/Third_Party/LwIP/src/core/def.su ./Middlewares/Third_Party/LwIP/src/core/dns.cyclo ./Middlewares/Third_Party/LwIP/src/core/dns.d ./Middlewares/Third_Party/LwIP/src/core/dns.o ./Middlewares/Third_Party/LwIP/src/core/dns.su ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.cyclo ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.d ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.su ./Middlewares/Third_Party/LwIP/src/core/init.cyclo ./Middlewares/Third_Party/LwIP/src/core/init.d ./Middlewares/Third_Party/LwIP/src/core/init.o ./Middlewares/Third_Party/LwIP/src/core/init.su ./Middlewares/Third_Party/LwIP/src/core/ip.cyclo ./Middlewares/Third_Party/LwIP/src/core/ip.d ./Middlewares/Third_Party/LwIP/src/core/ip.o ./Middlewares/Third_Party/LwIP/src/core/ip.su ./Middlewares/Third_Party/LwIP/src/core/mem.cyclo ./Middlewares/Third_Party/LwIP/src/core/mem.d ./Middlewares/Third_Party/LwIP/src/core/mem.o ./Middlewares/Third_Party/LwIP/src/core/mem.su ./Middlewares/Third_Party/LwIP/src/core/memp.cyclo ./Middlewares/Third_Party/LwIP/src/core/memp.d ./Middlewares/Third_Party/LwIP/src/core/memp.o ./Middlewares/Third_Party/LwIP/src/core/memp.su ./Middlewares/Third_Party/LwIP/src/core/netif.cyclo ./Middlewares/Third_Party/LwIP/src/core/netif.d ./Middlewares/Third_Party/LwIP/src/core/netif.o ./Middlewares/Third_Party/LwIP/src/core/netif.su ./Middlewares/Third_Party/LwIP/src/core/pbuf.cyclo ./Middlewares/Third_Party/LwIP/src/core/pbuf.d ./Middlewares/Third_Party/LwIP/src/core/pbuf.o ./Middlewares/Third_Party/LwIP/src/core/pbuf.su ./Middlewares/Third_Party/LwIP/src/core/raw.cyclo ./Middlewares/Third_Party/LwIP/src/core/raw.d ./Middlewares/Third_Party/LwIP/src/core/raw.o ./Middlewares/Third_Party/LwIP/src/core/raw.su ./Middlewares/Third_Party/LwIP/src/core/stats.cyclo ./Middlewares/Third_Party/LwIP/src/core/stats.d ./Middlewares/Third_Party/LwIP/src/core/stats.o ./Middlewares/Third_Party/LwIP/src/core/stats.su ./Middlewares/Third_Party/LwIP/src/core/sys.cyclo ./Middlewares/Third_Party/LwIP/src/core/sys.d ./Middlewares/Third_Party/LwIP/src/core/sys.o ./Middlewares/Third_Party/LwIP/src/core/sys.su ./Middlewares/Third_Party/LwIP/src/core/tcp.cyclo ./Middlewares/Third_Party/LwIP/src/core/tcp.d ./Middlewares/Third_Party/LwIP/src/core/tcp.o ./Middlewares/Third_Party/LwIP/src/core/tcp.su ./Middlewares/Third_Party/LwIP/src/core/tcp_in.cyclo ./Middlewares/Third_Party/LwIP/src/core/tcp_in.d ./Middlewares/Third_Party/LwIP/src/core/tcp_in.o ./Middlewares/Third_Party/LwIP/src/core/tcp_in.su ./Middlewares/Third_Party/LwIP/src/core/tcp_out.cyclo ./Middlewares/Third_Party/LwIP/src/core/tcp_out.d ./Middlewares/Third_Party/LwIP/src/core/tcp_out.o ./Middlewares/Third_Party/LwIP/src/core/tcp_out.su ./Middlewares/Third_Party/LwIP/src/core/timeouts.cyclo ./Middlewares/Third_Party/LwIP/src/core/timeouts.d ./Middlewares/Third_Party/LwIP/src/core/timeouts.o ./Middlewares/Third_Party/LwIP/src/core/timeouts.su ./Middlewares/Third_Party/LwIP/src/core/udp.cyclo ./Middlewares/Third_Party/LwIP/src/core/udp.d ./Middlewares/Third_Party/LwIP/src/core/udp.o ./Middlewares/Third_Party/LwIP/src/core/udp.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,48 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/bridgeif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ethernet.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/slipif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/zepif.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ethernet.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/slipif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/zepif.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ethernet.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/slipif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/zepif.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/netif/%.o Middlewares/Third_Party/LwIP/src/netif/%.su Middlewares/Third_Party/LwIP/src/netif/%.cyclo: ../Middlewares/Third_Party/LwIP/src/netif/%.c Middlewares/Third_Party/LwIP/src/netif/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.cyclo ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.d ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.su ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.cyclo ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.d ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.su ./Middlewares/Third_Party/LwIP/src/netif/ethernet.cyclo ./Middlewares/Third_Party/LwIP/src/netif/ethernet.d ./Middlewares/Third_Party/LwIP/src/netif/ethernet.o ./Middlewares/Third_Party/LwIP/src/netif/ethernet.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.cyclo ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.cyclo ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.cyclo ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.su ./Middlewares/Third_Party/LwIP/src/netif/slipif.cyclo ./Middlewares/Third_Party/LwIP/src/netif/slipif.d ./Middlewares/Third_Party/LwIP/src/netif/slipif.o ./Middlewares/Third_Party/LwIP/src/netif/slipif.su ./Middlewares/Third_Party/LwIP/src/netif/zepif.cyclo ./Middlewares/Third_Party/LwIP/src/netif/zepif.d ./Middlewares/Third_Party/LwIP/src/netif/zepif.o ./Middlewares/Third_Party/LwIP/src/netif/zepif.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (10.3-2021.10)
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
S_SRCS += \
|
||||
../Startup/startup_stm32f429zitx.s
|
||||
|
||||
OBJS += \
|
||||
./Startup/startup_stm32f429zitx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Startup/startup_stm32f429zitx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Startup/%.o: ../Startup/%.s Startup/subdir.mk
|
||||
arm-none-eabi-gcc -mcpu=cortex-m4 -g3 -DDEBUG -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Startup
|
||||
|
||||
clean-Startup:
|
||||
-$(RM) ./Startup/startup_stm32f429zitx.d ./Startup/startup_stm32f429zitx.o
|
||||
|
||||
.PHONY: clean-Startup
|
||||
|
||||
@@ -70,8 +70,8 @@ all: main-build
|
||||
main-build: yau-07b.elf secondary-outputs
|
||||
|
||||
# Tool invocations
|
||||
yau-07b.elf yau-07b.map: $(OBJS) $(USER_OBJS) D:\Work\CubeMX\ Projects\yau-07b\STM32F429ZITX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-gcc -o "yau-07b.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"D:\Work\CubeMX Projects\yau-07b\STM32F429ZITX_FLASH.ld" --specs=nosys.specs -Wl,-Map="yau-07b.map" -Wl,--gc-sections -static -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
|
||||
yau-07b.elf yau-07b.map: $(OBJS) $(USER_OBJS) C:\Maxim_Git\Yau-07B\STM32F429ZITX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-gcc -o "yau-07b.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"C:\Maxim_Git\Yau-07B\STM32F429ZITX_FLASH.ld" --specs=nosys.specs -Wl,-Map="yau-07b.map" -Wl,--gc-sections -static -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
|
||||
@@ -1,108 +0,0 @@
|
||||
"./Core/Src/FLASH_SECTOR_F4.o"
|
||||
"./Core/Src/main.o"
|
||||
"./Core/Src/pribors.o"
|
||||
"./Core/Src/stm32f4xx_hal_msp.o"
|
||||
"./Core/Src/stm32f4xx_it.o"
|
||||
"./Core/Src/system_stm32f4xx.o"
|
||||
"./Core/Startup/startup_stm32f429zitx.o"
|
||||
"./Drivers/BSP/Components/dp83848/dp83848.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.o"
|
||||
"./LWIP/App/lwip.o"
|
||||
"./LWIP/Target/ethernetif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/api_lib.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/api_msg.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/err.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/if_api.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netbuf.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netdb.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netifapi.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/sockets.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/tcpip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/def.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/dns.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/init.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/mem.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/memp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/netif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/pbuf.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/raw.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/stats.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/sys.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp_in.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp_out.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/timeouts.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/udp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ethernet.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/slipif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/zepif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/auth.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/demand.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/eap.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/magic.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/upap.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/utils.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/vj.o"
|
||||
@@ -1,9 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (12.3.rel1)
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (12.3.rel1)
|
||||
################################################################################
|
||||
|
||||
ELF_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
S_SRCS :=
|
||||
C_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
O_SRCS :=
|
||||
CYCLO_FILES :=
|
||||
SIZE_OUTPUT :=
|
||||
OBJDUMP_LIST :=
|
||||
SU_FILES :=
|
||||
EXECUTABLES :=
|
||||
OBJS :=
|
||||
MAP_FILES :=
|
||||
S_DEPS :=
|
||||
S_UPPER_DEPS :=
|
||||
C_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
Core/Src \
|
||||
Core/Startup \
|
||||
Drivers/BSP/Components/dp83848 \
|
||||
Drivers/STM32F4xx_HAL_Driver/Src \
|
||||
LWIP/App \
|
||||
LWIP/Target \
|
||||
Middlewares/Third_Party/LwIP/src/api \
|
||||
Middlewares/Third_Party/LwIP/src/apps/mqtt \
|
||||
Middlewares/Third_Party/LwIP/src/core \
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv4 \
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv6 \
|
||||
Middlewares/Third_Party/LwIP/src/netif \
|
||||
Middlewares/Third_Party/LwIP/src/netif/ppp \
|
||||
|
||||
56320
Debug/yau-07b.list
56320
Debug/yau-07b.list
File diff suppressed because it is too large
Load Diff
@@ -1,42 +0,0 @@
|
||||
################################################################################
|
||||
# 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/FLASH_SECTOR_F4.c \
|
||||
../Core/Src/main.c \
|
||||
../Core/Src/pribors.c \
|
||||
../Core/Src/stm32f4xx_hal_msp.c \
|
||||
../Core/Src/stm32f4xx_it.c \
|
||||
../Core/Src/system_stm32f4xx.c
|
||||
|
||||
OBJS += \
|
||||
./Core/Src/FLASH_SECTOR_F4.o \
|
||||
./Core/Src/main.o \
|
||||
./Core/Src/pribors.o \
|
||||
./Core/Src/stm32f4xx_hal_msp.o \
|
||||
./Core/Src/stm32f4xx_it.o \
|
||||
./Core/Src/system_stm32f4xx.o
|
||||
|
||||
C_DEPS += \
|
||||
./Core/Src/FLASH_SECTOR_F4.d \
|
||||
./Core/Src/main.d \
|
||||
./Core/Src/pribors.d \
|
||||
./Core/Src/stm32f4xx_hal_msp.d \
|
||||
./Core/Src/stm32f4xx_it.d \
|
||||
./Core/Src/system_stm32f4xx.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-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Core-2f-Src
|
||||
|
||||
clean-Core-2f-Src:
|
||||
-$(RM) ./Core/Src/FLASH_SECTOR_F4.cyclo ./Core/Src/FLASH_SECTOR_F4.d ./Core/Src/FLASH_SECTOR_F4.o ./Core/Src/FLASH_SECTOR_F4.su ./Core/Src/main.cyclo ./Core/Src/main.d ./Core/Src/main.o ./Core/Src/main.su ./Core/Src/pribors.cyclo ./Core/Src/pribors.d ./Core/Src/pribors.o ./Core/Src/pribors.su ./Core/Src/stm32f4xx_hal_msp.cyclo ./Core/Src/stm32f4xx_hal_msp.d ./Core/Src/stm32f4xx_hal_msp.o ./Core/Src/stm32f4xx_hal_msp.su ./Core/Src/stm32f4xx_it.cyclo ./Core/Src/stm32f4xx_it.d ./Core/Src/stm32f4xx_it.o ./Core/Src/stm32f4xx_it.su ./Core/Src/system_stm32f4xx.cyclo ./Core/Src/system_stm32f4xx.d ./Core/Src/system_stm32f4xx.o ./Core/Src/system_stm32f4xx.su
|
||||
|
||||
.PHONY: clean-Core-2f-Src
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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
|
||||
S_SRCS += \
|
||||
../Core/Startup/startup_stm32f429zitx.s
|
||||
|
||||
OBJS += \
|
||||
./Core/Startup/startup_stm32f429zitx.o
|
||||
|
||||
S_DEPS += \
|
||||
./Core/Startup/startup_stm32f429zitx.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Core/Startup/%.o: ../Core/Startup/%.s Core/Startup/subdir.mk
|
||||
arm-none-eabi-gcc -mcpu=cortex-m4 -c -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" "$<"
|
||||
|
||||
clean: clean-Core-2f-Startup
|
||||
|
||||
clean-Core-2f-Startup:
|
||||
-$(RM) ./Core/Startup/startup_stm32f429zitx.d ./Core/Startup/startup_stm32f429zitx.o
|
||||
|
||||
.PHONY: clean-Core-2f-Startup
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Drivers/BSP/Components/dp83848/dp83848.c
|
||||
|
||||
OBJS += \
|
||||
./Drivers/BSP/Components/dp83848/dp83848.o
|
||||
|
||||
C_DEPS += \
|
||||
./Drivers/BSP/Components/dp83848/dp83848.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Drivers/BSP/Components/dp83848/%.o Drivers/BSP/Components/dp83848/%.su Drivers/BSP/Components/dp83848/%.cyclo: ../Drivers/BSP/Components/dp83848/%.c Drivers/BSP/Components/dp83848/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Drivers-2f-BSP-2f-Components-2f-dp83848
|
||||
|
||||
clean-Drivers-2f-BSP-2f-Components-2f-dp83848:
|
||||
-$(RM) ./Drivers/BSP/Components/dp83848/dp83848.cyclo ./Drivers/BSP/Components/dp83848/dp83848.d ./Drivers/BSP/Components/dp83848/dp83848.o ./Drivers/BSP/Components/dp83848/dp83848.su
|
||||
|
||||
.PHONY: clean-Drivers-2f-BSP-2f-Components-2f-dp83848
|
||||
|
||||
@@ -1,78 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c \
|
||||
../Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.c
|
||||
|
||||
OBJS += \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.o
|
||||
|
||||
C_DEPS += \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d \
|
||||
./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Drivers/STM32F4xx_HAL_Driver/Src/%.o Drivers/STM32F4xx_HAL_Driver/Src/%.su Drivers/STM32F4xx_HAL_Driver/Src/%.cyclo: ../Drivers/STM32F4xx_HAL_Driver/Src/%.c Drivers/STM32F4xx_HAL_Driver/Src/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src
|
||||
|
||||
clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src:
|
||||
-$(RM) ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.su ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.cyclo ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.d ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.o ./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.su
|
||||
|
||||
.PHONY: clean-Drivers-2f-STM32F4xx_HAL_Driver-2f-Src
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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/App/lwip.c
|
||||
|
||||
OBJS += \
|
||||
./LWIP/App/lwip.o
|
||||
|
||||
C_DEPS += \
|
||||
./LWIP/App/lwip.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
LWIP/App/%.o LWIP/App/%.su LWIP/App/%.cyclo: ../LWIP/App/%.c LWIP/App/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-LWIP-2f-App
|
||||
|
||||
clean-LWIP-2f-App:
|
||||
-$(RM) ./LWIP/App/lwip.cyclo ./LWIP/App/lwip.d ./LWIP/App/lwip.o ./LWIP/App/lwip.su
|
||||
|
||||
.PHONY: clean-LWIP-2f-App
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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 LWIP/Target/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-LWIP-2f-Target
|
||||
|
||||
clean-LWIP-2f-Target:
|
||||
-$(RM) ./LWIP/Target/ethernetif.cyclo ./LWIP/Target/ethernetif.d ./LWIP/Target/ethernetif.o ./LWIP/Target/ethernetif.su
|
||||
|
||||
.PHONY: clean-LWIP-2f-Target
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/api/api_lib.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/api_msg.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/err.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/if_api.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netbuf.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netdb.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/netifapi.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/sockets.c \
|
||||
../Middlewares/Third_Party/LwIP/src/api/tcpip.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_lib.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_msg.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/err.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/if_api.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netbuf.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netdb.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netifapi.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/sockets.o \
|
||||
./Middlewares/Third_Party/LwIP/src/api/tcpip.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_lib.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/api_msg.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/err.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/if_api.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netbuf.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netdb.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/netifapi.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/sockets.d \
|
||||
./Middlewares/Third_Party/LwIP/src/api/tcpip.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/api/%.o Middlewares/Third_Party/LwIP/src/api/%.su Middlewares/Third_Party/LwIP/src/api/%.cyclo: ../Middlewares/Third_Party/LwIP/src/api/%.c Middlewares/Third_Party/LwIP/src/api/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/api/api_lib.cyclo ./Middlewares/Third_Party/LwIP/src/api/api_lib.d ./Middlewares/Third_Party/LwIP/src/api/api_lib.o ./Middlewares/Third_Party/LwIP/src/api/api_lib.su ./Middlewares/Third_Party/LwIP/src/api/api_msg.cyclo ./Middlewares/Third_Party/LwIP/src/api/api_msg.d ./Middlewares/Third_Party/LwIP/src/api/api_msg.o ./Middlewares/Third_Party/LwIP/src/api/api_msg.su ./Middlewares/Third_Party/LwIP/src/api/err.cyclo ./Middlewares/Third_Party/LwIP/src/api/err.d ./Middlewares/Third_Party/LwIP/src/api/err.o ./Middlewares/Third_Party/LwIP/src/api/err.su ./Middlewares/Third_Party/LwIP/src/api/if_api.cyclo ./Middlewares/Third_Party/LwIP/src/api/if_api.d ./Middlewares/Third_Party/LwIP/src/api/if_api.o ./Middlewares/Third_Party/LwIP/src/api/if_api.su ./Middlewares/Third_Party/LwIP/src/api/netbuf.cyclo ./Middlewares/Third_Party/LwIP/src/api/netbuf.d ./Middlewares/Third_Party/LwIP/src/api/netbuf.o ./Middlewares/Third_Party/LwIP/src/api/netbuf.su ./Middlewares/Third_Party/LwIP/src/api/netdb.cyclo ./Middlewares/Third_Party/LwIP/src/api/netdb.d ./Middlewares/Third_Party/LwIP/src/api/netdb.o ./Middlewares/Third_Party/LwIP/src/api/netdb.su ./Middlewares/Third_Party/LwIP/src/api/netifapi.cyclo ./Middlewares/Third_Party/LwIP/src/api/netifapi.d ./Middlewares/Third_Party/LwIP/src/api/netifapi.o ./Middlewares/Third_Party/LwIP/src/api/netifapi.su ./Middlewares/Third_Party/LwIP/src/api/sockets.cyclo ./Middlewares/Third_Party/LwIP/src/api/sockets.d ./Middlewares/Third_Party/LwIP/src/api/sockets.o ./Middlewares/Third_Party/LwIP/src/api/sockets.su ./Middlewares/Third_Party/LwIP/src/api/tcpip.cyclo ./Middlewares/Third_Party/LwIP/src/api/tcpip.d ./Middlewares/Third_Party/LwIP/src/api/tcpip.o ./Middlewares/Third_Party/LwIP/src/api/tcpip.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-api
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/apps/mqtt/%.o Middlewares/Third_Party/LwIP/src/apps/mqtt/%.su Middlewares/Third_Party/LwIP/src/apps/mqtt/%.cyclo: ../Middlewares/Third_Party/LwIP/src/apps/mqtt/%.c Middlewares/Third_Party/LwIP/src/apps/mqtt/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.cyclo ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.d ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o ./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-apps-2f-mqtt
|
||||
|
||||
@@ -1,48 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv4/%.o Middlewares/Third_Party/LwIP/src/core/ipv4/%.su Middlewares/Third_Party/LwIP/src/core/ipv4/%.cyclo: ../Middlewares/Third_Party/LwIP/src/core/ipv4/%.c Middlewares/Third_Party/LwIP/src/core/ipv4/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.su ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.d ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o ./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv4
|
||||
|
||||
@@ -1,51 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv6/%.o Middlewares/Third_Party/LwIP/src/core/ipv6/%.su Middlewares/Third_Party/LwIP/src/core/ipv6/%.cyclo: ../Middlewares/Third_Party/LwIP/src/core/ipv6/%.c Middlewares/Third_Party/LwIP/src/core/ipv6/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.su ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.cyclo ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.d ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o ./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core-2f-ipv6
|
||||
|
||||
@@ -1,84 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp_alloc.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/altcp_tcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/def.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/dns.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/inet_chksum.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/init.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/ip.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/mem.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/memp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/netif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/pbuf.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/raw.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/stats.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/sys.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp_in.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/tcp_out.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/timeouts.c \
|
||||
../Middlewares/Third_Party/LwIP/src/core/udp.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/def.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/dns.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/init.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ip.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/mem.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/memp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/netif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/pbuf.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/raw.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/stats.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/sys.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_in.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_out.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/timeouts.o \
|
||||
./Middlewares/Third_Party/LwIP/src/core/udp.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/def.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/dns.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/inet_chksum.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/init.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/ip.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/mem.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/memp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/netif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/pbuf.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/raw.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/stats.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/sys.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_in.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/tcp_out.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/timeouts.d \
|
||||
./Middlewares/Third_Party/LwIP/src/core/udp.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/core/%.o Middlewares/Third_Party/LwIP/src/core/%.su Middlewares/Third_Party/LwIP/src/core/%.cyclo: ../Middlewares/Third_Party/LwIP/src/core/%.c Middlewares/Third_Party/LwIP/src/core/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/core/altcp.cyclo ./Middlewares/Third_Party/LwIP/src/core/altcp.d ./Middlewares/Third_Party/LwIP/src/core/altcp.o ./Middlewares/Third_Party/LwIP/src/core/altcp.su ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.cyclo ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.d ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o ./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.su ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.cyclo ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.d ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o ./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.su ./Middlewares/Third_Party/LwIP/src/core/def.cyclo ./Middlewares/Third_Party/LwIP/src/core/def.d ./Middlewares/Third_Party/LwIP/src/core/def.o ./Middlewares/Third_Party/LwIP/src/core/def.su ./Middlewares/Third_Party/LwIP/src/core/dns.cyclo ./Middlewares/Third_Party/LwIP/src/core/dns.d ./Middlewares/Third_Party/LwIP/src/core/dns.o ./Middlewares/Third_Party/LwIP/src/core/dns.su ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.cyclo ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.d ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o ./Middlewares/Third_Party/LwIP/src/core/inet_chksum.su ./Middlewares/Third_Party/LwIP/src/core/init.cyclo ./Middlewares/Third_Party/LwIP/src/core/init.d ./Middlewares/Third_Party/LwIP/src/core/init.o ./Middlewares/Third_Party/LwIP/src/core/init.su ./Middlewares/Third_Party/LwIP/src/core/ip.cyclo ./Middlewares/Third_Party/LwIP/src/core/ip.d ./Middlewares/Third_Party/LwIP/src/core/ip.o ./Middlewares/Third_Party/LwIP/src/core/ip.su ./Middlewares/Third_Party/LwIP/src/core/mem.cyclo ./Middlewares/Third_Party/LwIP/src/core/mem.d ./Middlewares/Third_Party/LwIP/src/core/mem.o ./Middlewares/Third_Party/LwIP/src/core/mem.su ./Middlewares/Third_Party/LwIP/src/core/memp.cyclo ./Middlewares/Third_Party/LwIP/src/core/memp.d ./Middlewares/Third_Party/LwIP/src/core/memp.o ./Middlewares/Third_Party/LwIP/src/core/memp.su ./Middlewares/Third_Party/LwIP/src/core/netif.cyclo ./Middlewares/Third_Party/LwIP/src/core/netif.d ./Middlewares/Third_Party/LwIP/src/core/netif.o ./Middlewares/Third_Party/LwIP/src/core/netif.su ./Middlewares/Third_Party/LwIP/src/core/pbuf.cyclo ./Middlewares/Third_Party/LwIP/src/core/pbuf.d ./Middlewares/Third_Party/LwIP/src/core/pbuf.o ./Middlewares/Third_Party/LwIP/src/core/pbuf.su ./Middlewares/Third_Party/LwIP/src/core/raw.cyclo ./Middlewares/Third_Party/LwIP/src/core/raw.d ./Middlewares/Third_Party/LwIP/src/core/raw.o ./Middlewares/Third_Party/LwIP/src/core/raw.su ./Middlewares/Third_Party/LwIP/src/core/stats.cyclo ./Middlewares/Third_Party/LwIP/src/core/stats.d ./Middlewares/Third_Party/LwIP/src/core/stats.o ./Middlewares/Third_Party/LwIP/src/core/stats.su ./Middlewares/Third_Party/LwIP/src/core/sys.cyclo ./Middlewares/Third_Party/LwIP/src/core/sys.d ./Middlewares/Third_Party/LwIP/src/core/sys.o ./Middlewares/Third_Party/LwIP/src/core/sys.su ./Middlewares/Third_Party/LwIP/src/core/tcp.cyclo ./Middlewares/Third_Party/LwIP/src/core/tcp.d ./Middlewares/Third_Party/LwIP/src/core/tcp.o ./Middlewares/Third_Party/LwIP/src/core/tcp.su ./Middlewares/Third_Party/LwIP/src/core/tcp_in.cyclo ./Middlewares/Third_Party/LwIP/src/core/tcp_in.d ./Middlewares/Third_Party/LwIP/src/core/tcp_in.o ./Middlewares/Third_Party/LwIP/src/core/tcp_in.su ./Middlewares/Third_Party/LwIP/src/core/tcp_out.cyclo ./Middlewares/Third_Party/LwIP/src/core/tcp_out.d ./Middlewares/Third_Party/LwIP/src/core/tcp_out.o ./Middlewares/Third_Party/LwIP/src/core/tcp_out.su ./Middlewares/Third_Party/LwIP/src/core/timeouts.cyclo ./Middlewares/Third_Party/LwIP/src/core/timeouts.d ./Middlewares/Third_Party/LwIP/src/core/timeouts.o ./Middlewares/Third_Party/LwIP/src/core/timeouts.su ./Middlewares/Third_Party/LwIP/src/core/udp.cyclo ./Middlewares/Third_Party/LwIP/src/core/udp.d ./Middlewares/Third_Party/LwIP/src/core/udp.o ./Middlewares/Third_Party/LwIP/src/core/udp.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-core
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,48 +0,0 @@
|
||||
################################################################################
|
||||
# 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 += \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/bridgeif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/ethernet.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/slipif.c \
|
||||
../Middlewares/Third_Party/LwIP/src/netif/zepif.c
|
||||
|
||||
OBJS += \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ethernet.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/slipif.o \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/zepif.o
|
||||
|
||||
C_DEPS += \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/ethernet.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/slipif.d \
|
||||
./Middlewares/Third_Party/LwIP/src/netif/zepif.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
Middlewares/Third_Party/LwIP/src/netif/%.o Middlewares/Third_Party/LwIP/src/netif/%.su Middlewares/Third_Party/LwIP/src/netif/%.cyclo: ../Middlewares/Third_Party/LwIP/src/netif/%.c Middlewares/Third_Party/LwIP/src/netif/subdir.mk
|
||||
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -DUSE_HAL_DRIVER -DSTM32F429xx -c -I../Core/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc -I../Drivers/STM32F4xx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32F4xx/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../Drivers/BSP/Components/dp83848 -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/LwIP/src/include/compat/posix/sys -I../Middlewares/Third_Party/LwIP/src/include/compat/stdc -I../Middlewares/Third_Party/LwIP/system/arch -Os -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||||
|
||||
clean: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif
|
||||
|
||||
clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif:
|
||||
-$(RM) ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.cyclo ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.d ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o ./Middlewares/Third_Party/LwIP/src/netif/bridgeif.su ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.cyclo ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.d ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o ./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.su ./Middlewares/Third_Party/LwIP/src/netif/ethernet.cyclo ./Middlewares/Third_Party/LwIP/src/netif/ethernet.d ./Middlewares/Third_Party/LwIP/src/netif/ethernet.o ./Middlewares/Third_Party/LwIP/src/netif/ethernet.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.cyclo ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.cyclo ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.su ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.cyclo ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.d ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o ./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.su ./Middlewares/Third_Party/LwIP/src/netif/slipif.cyclo ./Middlewares/Third_Party/LwIP/src/netif/slipif.d ./Middlewares/Third_Party/LwIP/src/netif/slipif.o ./Middlewares/Third_Party/LwIP/src/netif/slipif.su ./Middlewares/Third_Party/LwIP/src/netif/zepif.cyclo ./Middlewares/Third_Party/LwIP/src/netif/zepif.d ./Middlewares/Third_Party/LwIP/src/netif/zepif.o ./Middlewares/Third_Party/LwIP/src/netif/zepif.su
|
||||
|
||||
.PHONY: clean-Middlewares-2f-Third_Party-2f-LwIP-2f-src-2f-netif
|
||||
|
||||
@@ -70,8 +70,8 @@ all: main-build
|
||||
main-build: yau-07b.elf secondary-outputs
|
||||
|
||||
# Tool invocations
|
||||
yau-07b.elf yau-07b.map: $(OBJS) $(USER_OBJS) D:\Work\CubeMX\ Projects\yau-07b\STM32F429ZITX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-gcc -o "yau-07b.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"D:\Work\CubeMX Projects\yau-07b\STM32F429ZITX_FLASH.ld" --specs=nosys.specs -Wl,-Map="yau-07b.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
|
||||
yau-07b.elf yau-07b.map: $(OBJS) $(USER_OBJS) C:\Maxim_Git\Yau-07B\STM32F429ZITX_FLASH.ld makefile objects.list $(OPTIONAL_TOOL_DEPS)
|
||||
arm-none-eabi-gcc -o "yau-07b.elf" @"objects.list" $(USER_OBJS) $(LIBS) -mcpu=cortex-m4 -T"C:\Maxim_Git\Yau-07B\STM32F429ZITX_FLASH.ld" --specs=nosys.specs -Wl,-Map="yau-07b.map" -Wl,--gc-sections -static --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -Wl,--start-group -lc -lm -Wl,--end-group
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
|
||||
@@ -1,108 +0,0 @@
|
||||
"./Core/Src/FLASH_SECTOR_F4.o"
|
||||
"./Core/Src/main.o"
|
||||
"./Core/Src/pribors.o"
|
||||
"./Core/Src/stm32f4xx_hal_msp.o"
|
||||
"./Core/Src/stm32f4xx_it.o"
|
||||
"./Core/Src/system_stm32f4xx.o"
|
||||
"./Core/Startup/startup_stm32f429zitx.o"
|
||||
"./Drivers/BSP/Components/dp83848/dp83848.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_cortex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_dma_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_eth.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_exti.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_flash_ramfunc.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_gpio.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_pwr_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_rcc_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_sram.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.o"
|
||||
"./Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_ll_fmc.o"
|
||||
"./LWIP/App/lwip.o"
|
||||
"./LWIP/Target/ethernetif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/api_lib.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/api_msg.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/err.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/if_api.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netbuf.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netdb.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/netifapi.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/sockets.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/api/tcpip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/apps/mqtt/mqtt.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp_alloc.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/altcp_tcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/def.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/dns.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/inet_chksum.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/init.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/mem.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/memp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/netif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/pbuf.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/raw.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/stats.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/sys.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp_in.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/tcp_out.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/timeouts.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/udp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/autoip.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/dhcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/etharp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/icmp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/igmp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_addr.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv4/ip4_frag.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/dhcp6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ethip6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/icmp6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/inet6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_addr.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/ip6_frag.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/mld6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/core/ipv6/nd6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/bridgeif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/bridgeif_fdb.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ethernet.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6_ble.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/lowpan6_common.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/slipif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/zepif.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/auth.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ccp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-md5.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap-new.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/chap_ms.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/demand.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/eap.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ecp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/eui64.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/fsm.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ipcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ipv6cp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/lcp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/magic.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/mppe.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/multilink.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/ppp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppapi.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppcrypt.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppoe.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppol2tp.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/pppos.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/upap.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/utils.o"
|
||||
"./Middlewares/Third_Party/LwIP/src/netif/ppp/vj.o"
|
||||
@@ -1,9 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (12.3.rel1)
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS :=
|
||||
|
||||
@@ -1,38 +0,0 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
# Toolchain: GNU Tools for STM32 (12.3.rel1)
|
||||
################################################################################
|
||||
|
||||
ELF_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
S_SRCS :=
|
||||
C_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
O_SRCS :=
|
||||
CYCLO_FILES :=
|
||||
SIZE_OUTPUT :=
|
||||
OBJDUMP_LIST :=
|
||||
SU_FILES :=
|
||||
EXECUTABLES :=
|
||||
OBJS :=
|
||||
MAP_FILES :=
|
||||
S_DEPS :=
|
||||
S_UPPER_DEPS :=
|
||||
C_DEPS :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
Core/Src \
|
||||
Core/Startup \
|
||||
Drivers/BSP/Components/dp83848 \
|
||||
Drivers/STM32F4xx_HAL_Driver/Src \
|
||||
LWIP/App \
|
||||
LWIP/Target \
|
||||
Middlewares/Third_Party/LwIP/src/api \
|
||||
Middlewares/Third_Party/LwIP/src/apps/mqtt \
|
||||
Middlewares/Third_Party/LwIP/src/core \
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv4 \
|
||||
Middlewares/Third_Party/LwIP/src/core/ipv6 \
|
||||
Middlewares/Third_Party/LwIP/src/netif \
|
||||
Middlewares/Third_Party/LwIP/src/netif/ppp \
|
||||
|
||||
18622
Release/yau-07b.list
18622
Release/yau-07b.list
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user