]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/aic7xxx/ahc/ahc_isa/Makefile
MFV r324198: 8081 Compiler warnings in zdb
[FreeBSD/FreeBSD.git] / sys / modules / aic7xxx / ahc / ahc_isa / Makefile
1
2 # $FreeBSD$
3
4 .PATH:  ${SRCTOP}/sys/dev/aic7xxx
5 KMOD=           ahc_isa
6
7 SRCS=   ahc_isa.c
8 SRCS+=  device_if.h bus_if.h pci_if.h isa_if.h
9 SRCS+=  opt_scsi.h opt_cam.h opt_aic7xxx.h
10
11 CFLAGS+=        -I${SRCTOP}/sys/dev/aic7xxx -I..
12
13 .include <bsd.kmod.mk>