|
@@ -76,10 +76,11 @@ 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/ipv4
|
|
|
+ INCLUDES += -I../thirdparty/lwip/src/include/lwip/apps
|
|
|
INCLUDES += -I../thirdparty/lwip/src/netif/ppp
|
|
|
INCLUDES += -I../thirdparty/lwip/port
|
|
|
INCLUDES += -I../thirdparty/lwip/port/FreeRTOS
|
|
|
+ INCLUDES += -I../thirdparty/lwip/system
|
|
|
INCLUDES += -IEthernet
|
|
|
# INCLUDES += -I../stm32/stm32f4x7_ethernet
|
|
|
INCLUDES += -ISTM32F4x7_ETH_Driver
|
|
@@ -90,9 +91,7 @@ CSRC += $(wildcard ../thirdparty/FreeRTOS/portable/MemMang/heap_4.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)
|