Deleted Added
full compact
Makefile (256281) Makefile (270284)
1
1
2# $FreeBSD: stable/10/sys/modules/aic7xxx/ahc/ahc_isa/Makefile 133912 2004-08-17 02:32:30Z gibbs $
2# $FreeBSD: stable/10/sys/modules/aic7xxx/ahc/ahc_isa/Makefile 270284 2014-08-21 17:18:21Z ian $
3
4.PATH: ${.CURDIR}/../../../../dev/aic7xxx
5KMOD= ahc_isa
6
3
4.PATH: ${.CURDIR}/../../../../dev/aic7xxx
5KMOD= ahc_isa
6
7../aic7xxx_reg.h:
8 ( cd .. ; ${MAKE} aic7xxx_reg.h )
9
10SRCS= ahc_isa.c ../aic7xxx_reg.h
7SRCS= ahc_isa.c
11SRCS+= device_if.h bus_if.h pci_if.h isa_if.h
12SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
13
14CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
15
8SRCS+= device_if.h bus_if.h pci_if.h isa_if.h
9SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
10
11CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
12
16CLEANFILES= ../aic7xxx_reg.h ../aic7xxx_seq.h
17
18.include <bsd.kmod.mk>
13.include <bsd.kmod.mk>