usb4bsd: Hook usb, ehci, ohci, uhci, xhci, umass, and usfs into the build.
authorSascha Wildner <saw@online.de>
Thu, 27 Sep 2012 07:51:55 +0000 (09:51 +0200)
committerSascha Wildner <saw@online.de>
Thu, 11 Oct 2012 09:27:41 +0000 (11:27 +0200)
commit8b9caf332843230f6603854f4c3802c0ec34a7ee
tree23011c014ec73e8aa7dbcdd64abf847ad521046b
parent722d05c3692b3c0e7577d40c4545534903c0bcb1
usb4bsd: Hook usb, ehci, ohci, uhci, xhci, umass, and usfs into the build.

Adds some missing Makefiles and adjusts others.

With this commit, the corresponding modules all build when WANT_USB4BSD
is set, but they are not guaranteed to work. More bugs will be fixed in
subsequent commits.

The new USB code can't yet be built into the kernel.

Submitted-by: Markus Pfeiffer <markus.pfeiffer@morphism.de>
12 files changed:
sys/bus/Makefile
sys/bus/u4b/Makefile
sys/bus/u4b/controller/Makefile [new file with mode: 0644]
sys/bus/u4b/controller/ehci/Makefile [new file with mode: 0644]
sys/bus/u4b/controller/ohci/Makefile [new file with mode: 0644]
sys/bus/u4b/controller/uhci/Makefile [new file with mode: 0644]
sys/bus/u4b/controller/xhci/Makefile [new file with mode: 0644]
sys/bus/u4b/storage/Makefile [new file with mode: 0644]
sys/bus/u4b/storage/umass/Makefile [new file with mode: 0644]
sys/bus/u4b/storage/usfs/Makefile [new file with mode: 0644]
sys/bus/u4b/usb/Makefile
sys/conf/kmod.mk