mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
This updates the smartpqi driver to Microsemi's latest code. This will be the driver for FreeBSD 14 (with updates), but no MFC is planned. Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D41550
11 lines
450 B
Makefile
11 lines
450 B
Makefile
# 5/10/2017
|
|
|
|
KMOD = smartpqi
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/${KMOD}
|
|
|
|
SRCS=smartpqi_mem.c smartpqi_intr.c smartpqi_main.c smartpqi_cam.c smartpqi_ioctl.c smartpqi_misc.c smartpqi_sis.c smartpqi_init.c smartpqi_queue.c smartpqi_tag.c smartpqi_cmd.c smartpqi_request.c smartpqi_response.c smartpqi_event.c smartpqi_helper.c smartpqi_discovery.c smartpqi_features.c
|
|
|
|
SRCS+= device_if.h bus_if.h pci_if.h opt_scsi.h opt_cam.h
|
|
|
|
.include <bsd.kmod.mk>
|