mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
Fix clean rule for aic7xxx_asm.
This commit is contained in:
parent
8e3d84bb83
commit
d348ccec2e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9646
@ -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" \
|
||||
|
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user