NetBSD/sys/dev/microcode/aic7xxx/Makefile.sequencer
fvdl 1e4647a15b New ahc driver, a port of Justin Gibbs' FreeBSD driver. This adds
support for the U2W chips, and U160 controllers.
2000-03-15 02:08:28 +00:00

25 lines
419 B
Makefile

# $NetBSD: Makefile.sequencer,v 1.2 2000/03/15 02:09:08 fvdl Exp $
SEQHEADER=aic7xxx_seq.h
REGHEADER=aic7xxx_reg.h
AICASMINCS=-I/usr/include -I../../..
PROG= aicasm
SRCS= aicasm.c aicasm_symbol.c aicasm_scan.l aicasm_gram.y
YHEADER=1
DPADD+= ${LIBL}
LDADD+= -ll
MKSHARE=no
.include <bsd.prog.mk>
regen: headers
headers: ${PROG} aic7xxx.seq
./${PROG} ${AICASMINCS} -o ${SEQHEADER} -r ${REGHEADER} aic7xxx.seq