|
@@ -76,25 +76,23 @@ CSRC += $(wildcard ../thirdparty/FreeRTOS/portable/MemMang/heap_4.c)
|
|
|
INCLUDES += -I../thirdparty/lwip/src/include
|
|
|
INCLUDES += -I../thirdparty/lwip/src/include/netif
|
|
|
INCLUDES += -I../thirdparty/lwip/src/include/lwip
|
|
|
- INCLUDES += -I../thirdparty/lwip/src/include/lwip/apps
|
|
|
- INCLUDES += -I../thirdparty/lwip/src/include/netif
|
|
|
-# INCLUDES += -I../thirdparty/lwip/src/netif/ppp
|
|
|
+ INCLUDES += -I../thirdparty/lwip/src/include/ipv4
|
|
|
+ INCLUDES += -I../thirdparty/lwip/src/netif/ppp
|
|
|
INCLUDES += -I../thirdparty/lwip/port
|
|
|
INCLUDES += -I../thirdparty/lwip/port/FreeRTOS
|
|
|
- INCLUDES += -I../thirdparty/lwip/system
|
|
|
- INCLUDES += -I../thirdparty/lwip/system/arch
|
|
|
INCLUDES += -IEthernet
|
|
|
# INCLUDES += -I../stm32/stm32f4x7_ethernet
|
|
|
INCLUDES += -I../modules/STM32F4x7_ETH_Driver
|
|
|
- CSRC += $(wildcard HTTP_Server/http_server.c)
|
|
|
+ CSRC += $(wildcard HTTP_Server/http_server.c)
|
|
|
CSRC += $(wildcard HTTP_Server/trap_params.c)
|
|
|
CSRC += $(wildcard HTTP_Server/web_params_api.c)
|
|
|
CSRC += $(wildcard ../thirdparty/lwip/src/*.c)
|
|
|
CSRC += $(wildcard ../thirdparty/lwip/src/api/*.c)
|
|
|
CSRC += $(wildcard ../thirdparty/lwip/src/core/*.c)
|
|
|
CSRC += $(wildcard ../thirdparty/lwip/src/core/ipv4/*.c)
|
|
|
+ CSRC += $(wildcard ../thirdparty/lwip/src/core/snmp/*.c)
|
|
|
CSRC += $(wildcard ../thirdparty/lwip/src/netif/*.c)
|
|
|
-# CSRC += $(wildcard ../thirdparty/lwip/src/netif/ppp/*.c)
|
|
|
+ CSRC += $(wildcard ../thirdparty/lwip/src/netif/ppp/*.c)
|
|
|
CSRC += $(wildcard ../thirdparty/lwip/port/FreeRTOS/*.c)
|
|
|
CSRC += $(wildcard Ethernet/*.c)
|
|
|
# CSRC += $(wildcard ../stm32/stm32f4x7_ethernet/*.c)
|