the function of netdev

This commit is contained in:
zhaoyun1215 2022-08-23 01:43:34 -07:00
parent afe2a7766d
commit 53a0d15b5b
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ LWIP_DIR += api
LWIP_DIR += arch LWIP_DIR += arch
LWIP_DIR += core LWIP_DIR += core
LWIP_DIR += netif LWIP_DIR += netif
LWIP_DIR += netdev
include $(KERNEL_ROOT)/compiler.mk include $(KERNEL_ROOT)/compiler.mk