mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 03:46:58 -04:00
8 lines
131 B
Makefile
8 lines
131 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/ida
|
|
|
|
KMOD= ida
|
|
SRCS= ida.c ida_disk.c ida_pci.c \
|
|
device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|