Deleted Added
full compact
Makefile (267297) Makefile (276606)
1
1
2# $FreeBSD: head/sys/modules/aic7xxx/ahd/Makefile 267297 2014-06-09 20:48:38Z jhb $
2# $FreeBSD: head/sys/modules/aic7xxx/ahd/Makefile 276606 2015-01-03 03:35:18Z imp $
3
4.PATH: ${.CURDIR}/../../../dev/aic7xxx
5KMOD= ahd
6
7GENSRCS= aic79xx_seq.h aic79xx_reg.h
8REG_PRINT_OPT=
9AHD_REG_PRETTY_PRINT=1
10.ifdef AHD_REG_PRETTY_PRINT

--- 28 unchanged lines hidden (view full) ---

39.if make(cleanfirmware)
40cleanfirmware: clean
41CLEANFILES= ${GENSRCS}
42.endif
43
44.include <bsd.kmod.mk>
45
46CWARNFLAGS.ahd_pci.c= ${NO_WCONSTANT_CONVERSION}
3
4.PATH: ${.CURDIR}/../../../dev/aic7xxx
5KMOD= ahd
6
7GENSRCS= aic79xx_seq.h aic79xx_reg.h
8REG_PRINT_OPT=
9AHD_REG_PRETTY_PRINT=1
10.ifdef AHD_REG_PRETTY_PRINT

--- 28 unchanged lines hidden (view full) ---

39.if make(cleanfirmware)
40cleanfirmware: clean
41CLEANFILES= ${GENSRCS}
42.endif
43
44.include <bsd.kmod.mk>
45
46CWARNFLAGS.ahd_pci.c= ${NO_WCONSTANT_CONVERSION}
47CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}