Module for aic
Submitted by: Michael Reifenberger
This commit is contained in:
parent
b66fd62112
commit
598364a003
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69961
9
sys/modules/aic/Makefile
Normal file
9
sys/modules/aic/Makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
.PATH: ${.CURDIR}/../../dev/aic
|
||||||
|
KMOD = aic
|
||||||
|
SRCS = aic.c aic_pccard.c aic_isa.c
|
||||||
|
SRCS += opt_bdg.h device_if.h bus_if.h pci_if.h isa_if.h
|
||||||
|
SRCS += opt_cam.h opt_scsi.h
|
||||||
|
|
||||||
|
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user