the function of netdev

This commit is contained in:
zhaoyun1215 2022-08-23 01:51:34 -07:00
parent 867dff4798
commit 3423dfd200
11 changed files with 1 additions and 1 deletions

View File

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

View File

@ -1,4 +1,5 @@
SRC_DIR += cmd_lwip
SRC_DIR += netdev
LWIP_DIR := LwIP
include $(KERNEL_ROOT)/compiler.mk