|
@@ -76,10 +76,13 @@ 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/netif/ppp
|
|
|
+ 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/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
|
|
@@ -92,7 +95,7 @@ CSRC += $(wildcard ../thirdparty/FreeRTOS/portable/MemMang/heap_4.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)
|