mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 00:58:21 -05:00
snv add, so I have added $FreeBSD$ as comment. This commit is contininous of last mrsas commit, so that compilation does not break. Obtained from: AVAGO Technologies MFC after: 2 weeks
10 lines
178 B
Makefile
10 lines
178 B
Makefile
# Makefile for mrsas driver
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/mrsas
|
|
|
|
KMOD= mrsas_linux
|
|
SRCS= mrsas_linux.c
|
|
SRCS+= device_if.h bus_if.h pci_if.h
|
|
|
|
.include <bsd.kmod.mk>
|