mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/dev/arcmsr
|
|
|
|
KMOD= arcmsr
|
|
SRCS= arcmsr.c
|
|
SRCS+= opt_scsi.h opt_cam.h
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|