mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
Associate address with network driver; implement ioctl calls to set addresses
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@345 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ endif
|
||||
endif
|
||||
|
||||
NETDEV_ASRCS =
|
||||
NETDEV_CSRCS = netdev-register.c netdev-ioctl.c netdev-find.c
|
||||
NETDEV_CSRCS = netdev-register.c netdev-ioctl.c netdev-find.c netdev-count.c
|
||||
|
||||
include uip/Make.defs
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user