Remove scsi_low_pisa.c from the module Makefile to keep in line

with r240325.
This commit is contained in:
George V. Neville-Neil 2012-09-10 21:57:40 +00:00
parent a89828a2b0
commit 2ce9afee65
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240327

View File

@ -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 \