UDS: move from drivers/net/ to net/

Change-Id: I53992b205e767a77c7b3c868a38c7f3d772a4ed3
This commit is contained in:
David van Moolenbroek 2014-12-01 17:58:20 +00:00
parent 3c8950cce9
commit cc5b198875
6 changed files with 2 additions and 2 deletions

View file

@ -18,6 +18,4 @@ SUBDIR+= virtio_net
SUBDIR+= lan8710a
.endif # ${MACHINE_ARCH} == "earm"
SUBDIR+= uds
.include <bsd.subdir.mk>

View file

@ -6,6 +6,8 @@ SUBDIR+= inet
. if ${MKLWIP} == "yes"
SUBDIR+= lwip
. endif # ${MKLWIP} == "yes"
SUBDIR+= uds
.endif # ${MKIMAGEONLY} == "no"
.include <bsd.subdir.mk>