mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 01:11:30 -05:00
9 lines
191 B
Makefile
9 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/ata
|
|
|
|
KMOD= ata
|
|
SRCS= ata-all.c ata-lowlevel.c ata-queue.c ata_if.c
|
|
SRCS+= opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|