Deleted Added
full compact
Makefile (109708) Makefile (136854)
1
1
2# $FreeBSD: head/sys/modules/aic7xxx/ahd/Makefile 109708 2003-01-22 21:56:54Z gibbs $
2# $FreeBSD: head/sys/modules/aic7xxx/ahd/Makefile 136854 2004-10-24 07:54:44Z ru $
3
4.PATH: ${.CURDIR}/../../../dev/aic7xxx
5KMOD= ahd
6
3
4.PATH: ${.CURDIR}/../../../dev/aic7xxx
5KMOD= ahd
6
7GENSRCS= aic79xx_{seq,reg}.h
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
15BEFORE_DEPEND= ${GENSRCS}

--- 22 unchanged lines hidden ---
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
15BEFORE_DEPEND= ${GENSRCS}

--- 22 unchanged lines hidden ---