diff options
| author | John Hall <john.hall@microchip.com> | 2023-08-24 21:18:16 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-24 21:25:09 +0000 |
| commit | 7ea28254ec5376b5deb86c136e1838d0134dbb22 (patch) | |
| tree | b24efe6980614f9874dad9f4f4fb922504d38497 /sys/modules | |
| parent | 725e4008efef32dfbe57b3e21635fa80dde8ee38 (diff) | |
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/smartpqi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/smartpqi/Makefile b/sys/modules/smartpqi/Makefile index 3666698eef73..080ca34d07e2 100644 --- a/sys/modules/smartpqi/Makefile +++ b/sys/modules/smartpqi/Makefile @@ -4,7 +4,7 @@ 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 +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 |
