mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
11 lines
191 B
Makefile
11 lines
191 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/ata
|
|
|
|
KMOD= ata
|
|
SRCS= ata-all.c ata_if.c ata-lowlevel.c
|
|
SRCS+= ata_if.h bus_if.h device_if.h opt_cam.h pci_if.h
|
|
|
|
EXPORT_SYMS= YES
|
|
|
|
.include <bsd.kmod.mk>
|