Fix clean rule for aic7xxx_asm.

This commit is contained in:
Bruce Evans 1995-07-22 23:53:30 +00:00
parent 8e3d84bb83
commit d348ccec2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9646
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.99 1995/07/04 21:00:53 gibbs Exp $
# $Id: files.i386,v 1.100 1995/07/20 16:31:22 pst Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
compile-with "${CC} -Wall -o $@ $>" \
no-obj no-implicit-rule \
clean "aic7xxx"
clean "aic7xxx_asm"
aic7xxx_seq.h optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx.seq aic7xxx_asm" \
compile-with "./aic7xxx_asm -o $@ $S/dev/aic7xxx/aic7xxx.seq" \

View File

@ -1,13 +1,13 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.99 1995/07/04 21:00:53 gibbs Exp $
# $Id: files.i386,v 1.100 1995/07/20 16:31:22 pst Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
compile-with "${CC} -Wall -o $@ $>" \
no-obj no-implicit-rule \
clean "aic7xxx"
clean "aic7xxx_asm"
aic7xxx_seq.h optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx.seq aic7xxx_asm" \
compile-with "./aic7xxx_asm -o $@ $S/dev/aic7xxx/aic7xxx.seq" \