1dad7e2286
by defining 'options SCSIVERBOSE' in the kernel config file (no change from current behavior), or it can be loaded at boot time on those architectures that support the boot loader's "load" command. The module is built for all architectures, whether or not SCSI or atapi support exists.
11 lines
182 B
Makefile
11 lines
182 B
Makefile
# $NetBSD: Makefile,v 1.1 2010/05/30 04:38:03 pgoyette Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
KMOD= scsiverbose
|
|
|
|
.PATH: ${S}/dev/scsipi
|
|
SRCS= scsipi_verbose.c
|
|
|
|
.include <bsd.kmodule.mk>
|