diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile b/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile index 051039ce4..406f26dc2 100644 --- a/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile +++ b/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile @@ -7,5 +7,4 @@ LWIP_DIR += api LWIP_DIR += arch LWIP_DIR += core LWIP_DIR += netif -LWIP_DIR += netdev include $(KERNEL_ROOT)/compiler.mk diff --git a/Ubiquitous/XiZi/resources/ethernet/Makefile b/Ubiquitous/XiZi/resources/ethernet/Makefile index 7de558d34..5954beab4 100644 --- a/Ubiquitous/XiZi/resources/ethernet/Makefile +++ b/Ubiquitous/XiZi/resources/ethernet/Makefile @@ -1,4 +1,5 @@ SRC_DIR += cmd_lwip +SRC_DIR += netdev LWIP_DIR := LwIP include $(KERNEL_ROOT)/compiler.mk diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/Kconfig b/Ubiquitous/XiZi/resources/ethernet/netdev/Kconfig similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/Kconfig rename to Ubiquitous/XiZi/resources/ethernet/netdev/Kconfig diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/Makefile b/Ubiquitous/XiZi/resources/ethernet/netdev/Makefile similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/Makefile rename to Ubiquitous/XiZi/resources/ethernet/netdev/Makefile diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/SConscript b/Ubiquitous/XiZi/resources/ethernet/netdev/SConscript similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/SConscript rename to Ubiquitous/XiZi/resources/ethernet/netdev/SConscript diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/include/arpa/inet.h b/Ubiquitous/XiZi/resources/ethernet/netdev/include/arpa/inet.h similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/include/arpa/inet.h rename to Ubiquitous/XiZi/resources/ethernet/netdev/include/arpa/inet.h diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/include/netdev.h b/Ubiquitous/XiZi/resources/ethernet/netdev/include/netdev.h similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/include/netdev.h rename to Ubiquitous/XiZi/resources/ethernet/netdev/include/netdev.h diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/include/netdev_ipaddr.h b/Ubiquitous/XiZi/resources/ethernet/netdev/include/netdev_ipaddr.h similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/include/netdev_ipaddr.h rename to Ubiquitous/XiZi/resources/ethernet/netdev/include/netdev_ipaddr.h diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/src/Makefile b/Ubiquitous/XiZi/resources/ethernet/netdev/src/Makefile similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/src/Makefile rename to Ubiquitous/XiZi/resources/ethernet/netdev/src/Makefile diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/src/netdev.c b/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev.c similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/src/netdev.c rename to Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev.c diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/src/netdev_ipaddr.c b/Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev_ipaddr.c similarity index 100% rename from Ubiquitous/XiZi/resources/ethernet/LwIP/netdev/src/netdev_ipaddr.c rename to Ubiquitous/XiZi/resources/ethernet/netdev/src/netdev_ipaddr.c