]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/modules/ata/atausb/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / sys / modules / ata / atausb / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../../dev/ata
4
5 KMOD=   atausb
6 SRCS=   ata-usb.c
7 SRCS+=  opt_bus.h opt_usb.h opt_ata.h usbdevs.h
8 SRCS+=  ata_if.h device_if.h bus_if.h pci_if.h usb_if.h
9
10 .include <bsd.kmod.mk>