UDS: move from drivers/net/ to net/
Change-Id: I53992b205e767a77c7b3c868a38c7f3d772a4ed3
This commit is contained in:
parent
3c8950cce9
commit
cc5b198875
6 changed files with 2 additions and 2 deletions
|
@ -18,6 +18,4 @@ SUBDIR+= virtio_net
|
|||
SUBDIR+= lan8710a
|
||||
.endif # ${MACHINE_ARCH} == "earm"
|
||||
|
||||
SUBDIR+= uds
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
|
@ -6,6 +6,8 @@ SUBDIR+= inet
|
|||
. if ${MKLWIP} == "yes"
|
||||
SUBDIR+= lwip
|
||||
. endif # ${MKLWIP} == "yes"
|
||||
|
||||
SUBDIR+= uds
|
||||
.endif # ${MKIMAGEONLY} == "no"
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
|
Loading…
Reference in a new issue