diff options
| author | pgoyette <pgoyette@NetBSD.org> | 2022-04-14 16:50:26 +0000 |
|---|---|---|
| committer | pgoyette <pgoyette@NetBSD.org> | 2022-04-14 16:50:26 +0000 |
| commit | 135ef7fcdaa844b3df155f95a00f0cf1bf341cae (patch) | |
| tree | 28a060a9836d26e4ab68d1ab44020aba568e3f86 /sys/rump/dev/lib | |
| parent | 6f49a648d4548cc5fc86f0e82500f37f1b20ea54 (diff) | |
Split some common stuff into scsi_subr module. This enables loading
of the iscsi module whether or not there are any scsi things built
into the kernel.
Addresses the iscsi portion of kern/56772
Diffstat (limited to 'sys/rump/dev/lib')
| -rw-r--r-- | sys/rump/dev/lib/libscsipi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/rump/dev/lib/libscsipi/Makefile b/sys/rump/dev/lib/libscsipi/Makefile index 62cb1342536..f4d4edd30d5 100644 --- a/sys/rump/dev/lib/libscsipi/Makefile +++ b/sys/rump/dev/lib/libscsipi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2016/01/26 23:12:16 pooka Exp $ +# $NetBSD: Makefile,v 1.6 2022/04/14 16:50:27 pgoyette Exp $ # .PATH: ${.CURDIR}/../../../../dev/scsipi @@ -9,7 +9,7 @@ COMMENT=SCSI & ATAPI mid-layer IOCONF= SCSIPI.ioconf SRCS+= scsipiconf.c scsipi_base.c scsipi_ioctl.c scsi_base.c scsiconf.c -SRCS+= atapi_base.c atapiconf.c +SRCS+= scsi_subr.c atapi_base.c atapiconf.c SRCS+= cd.c sd.c .if 1 |
