Add module directories and makefiles for ncv, nsp, stg and scsi_low
KLD modules. Submitted-by: takawata
This commit is contained in:
parent
499b1f4b70
commit
5d31f4642d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87984
10
sys/modules/ncv/Makefile
Normal file
10
sys/modules/ncv/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/ncv
|
||||
|
||||
KMOD= ncv
|
||||
SRCS= ncr53c500_pccard.c ncr53c500.c
|
||||
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
|
||||
SRCS+= opt_cam.h opt_scsi.h opt_ddb.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
10
sys/modules/nsp/Makefile
Normal file
10
sys/modules/nsp/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/nsp
|
||||
|
||||
KMOD= nsp
|
||||
SRCS= nsp.c nsp_pccard.c
|
||||
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
|
||||
SRCS+= opt_cam.h opt_scsi.h opt_ddb.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
8
sys/modules/scsi_low/Makefile
Normal file
8
sys/modules/scsi_low/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../cam/scsi
|
||||
KMOD= scsi_low
|
||||
SRCS= scsi_low.c scsi_low_pisa.c
|
||||
SRCS+= opt_ddb.h opt_scsi.h opt_cam.h bus_if.h device_if.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
10
sys/modules/stg/Makefile
Normal file
10
sys/modules/stg/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../dev/stg
|
||||
|
||||
KMOD= stg
|
||||
SRCS= tmc18c30.c tmc18c30_isa.c tmc18c30_pccard.c
|
||||
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h card_if.h
|
||||
SRCS+= opt_cam.h opt_scsi.h opt_ddb.h
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user