mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove scsi_low_pisa.c from the module Makefile to keep in line
with r240325.
This commit is contained in:
parent
a89828a2b0
commit
2ce9afee65
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
.PATH: ${.CURDIR}/../../cam/scsi
|
||||
KMOD= scsi_low
|
||||
SRCS= scsi_low.c scsi_low_pisa.c
|
||||
SRCS= scsi_low.c
|
||||
SRCS+= opt_ddb.h opt_scsi.h opt_cam.h bus_if.h device_if.h
|
||||
|
||||
EXPORT_SYMS= scsi_low_attach \
|
||||
|
|
|
|||
Loading…
Reference in a new issue