diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-08-30 16:24:01 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-08-30 16:24:01 +0000 |
| commit | a423fd2c55cae6df7c8951d56be272a2a3331c11 (patch) | |
| tree | f0355e665e9fe462e37d53c9db50e01f0a5dbd88 /sys/modules/usb | |
| parent | 06a6aa2b6b6b6e7fc3de9d955e84424b9ceb6847 (diff) | |
Notes
Diffstat (limited to 'sys/modules/usb')
| -rw-r--r-- | sys/modules/usb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile index d08279d89376..1f654235a313 100644 --- a/sys/modules/usb/Makefile +++ b/sys/modules/usb/Makefile @@ -22,6 +22,6 @@ SRCS= bus_if.h device_if.h usb_if.h usb_if.c \ SRCS+= uhci_pci.c uhci.c uhcireg.h uhcivar.h SRCS+= ohci_pci.c ohci.c ohcireg.h ohcivar.h SRCS+= ehci_pci.c ehci.c ehcireg.h ehcivar.h -SRCS+= opt_bus.h pci_if.h +SRCS+= pci_if.h .include <bsd.kmod.mk> |
