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

# $FreeBSD$

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

../aic7xxx_reg.h:
	( cd .. ; ${MAKE} aic7xxx_reg.h )

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

CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
CWARNFLAGS+=	${NO_WCONSTANT_CONVERSION}

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud