mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
10 lines
204 B
Makefile
10 lines
204 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
|
|
|
KMOD= atausb
|
|
SRCS= ata-usb.c
|
|
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>
|