diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-02-23 21:19:18 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-02-23 21:19:18 +0000 |
| commit | 3a3f90c6c3cc3124c6f4df8a11b57c8a36a2d13c (patch) | |
| tree | 14628d3e034de731d2ddebaf5b9d40f93c9506eb /sys/modules/ata | |
| parent | 4f560d75954f2e95a48ea05e9495b7e3f9aee48f (diff) | |
Notes
Diffstat (limited to 'sys/modules/ata')
| -rw-r--r-- | sys/modules/ata/atausb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/ata/atausb/Makefile b/sys/modules/ata/atausb/Makefile index 3f4d8d08bb46f..714adfee5d4f8 100644 --- a/sys/modules/ata/atausb/Makefile +++ b/sys/modules/ata/atausb/Makefile @@ -4,6 +4,7 @@ KMOD= atausb SRCS= ata-usb.c -SRCS+= opt_usb.h opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h +SRCS+= opt_bus.h opt_usb.h opt_ata.h usbdevs.h +SRCS+= ata_if.h device_if.h bus_if.h pci_if.h usb_if.h .include <bsd.kmod.mk> |
