1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Have the aic7xxx build rules point at the sequencer's new location.

This commit is contained in:
Justin T. Gibbs 1995-04-16 01:20:00 +00:00
parent c4bec2ef93
commit c587405860
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7868
2 changed files with 12 additions and 12 deletions

View File

@ -1,16 +1,16 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.93 1995/04/08 09:36:04 phk Exp $
# $Id: files.i386,v 1.94 1995/04/09 15:49:22 jkh Exp $
#
aic7xxx optional ahc device-driver \
dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \
compile-with "${CC} -o $@ $>" \
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"
aic7xxx_seq.h optional ahc device-driver \
dependency "$S/gnu/misc/aic7xxx/aic7xxx.seq aic7xxx" \
compile-with "./aic7xxx -o $@ $S/gnu/misc/aic7xxx/aic7xxx.seq" \
dependency "$S/dev/aic7xxx/aic7xxx.seq aic7xxx_asm" \
compile-with "./aic7xxx_asm -o $@ $S/dev/aic7xxx/aic7xxx.seq" \
no-obj no-implicit-rule before-depend \
clean "aic7xxx_seq.h"
i386/apm/apm.c optional apm device-driver

View File

@ -1,16 +1,16 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.93 1995/04/08 09:36:04 phk Exp $
# $Id: files.i386,v 1.94 1995/04/09 15:49:22 jkh Exp $
#
aic7xxx optional ahc device-driver \
dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \
compile-with "${CC} -o $@ $>" \
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"
aic7xxx_seq.h optional ahc device-driver \
dependency "$S/gnu/misc/aic7xxx/aic7xxx.seq aic7xxx" \
compile-with "./aic7xxx -o $@ $S/gnu/misc/aic7xxx/aic7xxx.seq" \
dependency "$S/dev/aic7xxx/aic7xxx.seq aic7xxx_asm" \
compile-with "./aic7xxx_asm -o $@ $S/dev/aic7xxx/aic7xxx.seq" \
no-obj no-implicit-rule before-depend \
clean "aic7xxx_seq.h"
i386/apm/apm.c optional apm device-driver