Deleted Added
full compact
Makefile (133911) Makefile (136854)
1
1
2# $FreeBSD: head/sys/modules/aic7xxx/ahc/Makefile 133911 2004-08-17 00:14:31Z gibbs $
2# $FreeBSD: head/sys/modules/aic7xxx/ahc/Makefile 136854 2004-10-24 07:54:44Z ru $
3
4.PATH: ${.CURDIR}/../../../dev/aic7xxx
5KMOD= ahc
6SUBDIR= ahc_eisa ahc_isa ahc_pci
7
3
4.PATH: ${.CURDIR}/../../../dev/aic7xxx
5KMOD= ahc
6SUBDIR= ahc_eisa ahc_isa ahc_pci
7
8GENSRCS= aic7xxx_{seq,reg}.h
8GENSRCS= aic7xxx_seq.h aic7xxx_reg.h
9AHC_REG_PRETTY_PRINT=1
10REG_PRINT_OPT=
11.ifdef AHC_REG_PRETTY_PRINT
12GENSRCS+= aic7xxx_reg_print.c
13CFLAGS+= -DAHC_REG_PRETTY_PRINT=1
14REG_PRINT_OPT= -p aic7xxx_reg_print.c
15.endif
16BEFORE_DEPEND = ${GENSRCS}

--- 22 unchanged lines hidden ---
9AHC_REG_PRETTY_PRINT=1
10REG_PRINT_OPT=
11.ifdef AHC_REG_PRETTY_PRINT
12GENSRCS+= aic7xxx_reg_print.c
13CFLAGS+= -DAHC_REG_PRETTY_PRINT=1
14REG_PRINT_OPT= -p aic7xxx_reg_print.c
15.endif
16BEFORE_DEPEND = ${GENSRCS}

--- 22 unchanged lines hidden ---