the function of netdev
This commit is contained in:
parent
867dff4798
commit
3423dfd200
|
@ -7,5 +7,4 @@ 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
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
SRC_DIR += cmd_lwip
|
SRC_DIR += cmd_lwip
|
||||||
|
SRC_DIR += netdev
|
||||||
LWIP_DIR := LwIP
|
LWIP_DIR := LwIP
|
||||||
|
|
||||||
include $(KERNEL_ROOT)/compiler.mk
|
include $(KERNEL_ROOT)/compiler.mk
|
||||||
|
|
Loading…
Reference in New Issue