Deleted Added
full compact
Makefile (136854) Makefile (140867)
1
1
2# $FreeBSD: head/sys/modules/aic7xxx/ahd/Makefile 136854 2004-10-24 07:54:44Z ru $
2# $FreeBSD: head/sys/modules/aic7xxx/ahd/Makefile 140867 2005-01-26 16:29:07Z imp $
3
4.PATH: ${.CURDIR}/../../../dev/aic7xxx
5KMOD= ahd
6
3
4.PATH: ${.CURDIR}/../../../dev/aic7xxx
5KMOD= ahd
6
7WERROR=
7GENSRCS= aic79xx_seq.h aic79xx_reg.h
8REG_PRINT_OPT=
9AHD_REG_PRETTY_PRINT=1
10.ifdef AHD_REG_PRETTY_PRINT
11GENSRCS += aic79xx_reg_print.c
12CFLAGS+= -DAHD_REG_PRETTY_PRINT=1
13REG_PRINT_OPT= -p aic79xx_reg_print.c
14.endif

--- 23 unchanged lines hidden ---
8GENSRCS= aic79xx_seq.h aic79xx_reg.h
9REG_PRINT_OPT=
10AHD_REG_PRETTY_PRINT=1
11.ifdef AHD_REG_PRETTY_PRINT
12GENSRCS += aic79xx_reg_print.c
13CFLAGS+= -DAHD_REG_PRETTY_PRINT=1
14REG_PRINT_OPT= -p aic79xx_reg_print.c
15.endif

--- 23 unchanged lines hidden ---