summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/ahc/ahc_pci/Makefile
blob: 7d59c868c853b92a9b53e39afc59a885bdd71d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

# $FreeBSD$

.PATH:	${SRCTOP}/sys/dev/aic7xxx
KMOD=	ahc_pci

SRCS=	ahc_pci.c aic7xxx_pci.c
SRCS+=	device_if.h bus_if.h pci_if.h
SRCS+=	opt_scsi.h opt_cam.h opt_aic7xxx.h

CFLAGS+= -I${SRCTOP}/sys/dev/aic7xxx -I..

.include <bsd.kmod.mk>

CWARNFLAGS.ahc_pci.c=	${NO_WCONSTANT_CONVERSION}
OpenPOWER on IntegriCloud