Separate the pieces a bit. The usb.ko module does not build EHCI, and
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 Mar 2004 18:12:57 +0000 (18:12 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 Mar 2004 18:12:57 +0000 (18:12 +0000)
commit598e54669644bcce327c916762fd76b9d9b778db
tree99e77cd5a5b78b483dc5e482dec1dec3eb04733d
parentdd9efb7e7e020e69f3379a6a2cc6285d64b9db76
Separate the pieces a bit.  The usb.ko module does not build EHCI, and
probably isn't stable enough to include EHCI by default yet, so
reorganize the Makefile's into subdirectories so we can build a separate
EHCI companion KLD.
sys/bus/usb/Makefile
sys/bus/usb/ehci/Makefile [new file with mode: 0644]
sys/bus/usb/usb/Makefile [copied from sys/bus/usb/Makefile with 82% similarity]