From 53a0d15b5be5033b0debcf1b950ec902d9ea2e79 Mon Sep 17 00:00:00 2001 From: zhaoyun1215 <58766762@qq.com> Date: Tue, 23 Aug 2022 01:43:34 -0700 Subject: [PATCH] the function of netdev --- Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile b/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile index 1c0cdf531..051039ce4 100644 --- a/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile +++ b/Ubiquitous/XiZi/resources/ethernet/LwIP/Makefile @@ -7,5 +7,5 @@ LWIP_DIR += api LWIP_DIR += arch LWIP_DIR += core LWIP_DIR += netif - +LWIP_DIR += netdev include $(KERNEL_ROOT)/compiler.mk