summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1997-09-03 03:44:58 +0000
committergibbs <gibbs@FreeBSD.org>1997-09-03 03:44:58 +0000
commita3da742b720ece80ed4005604fd18ff802db1bf2 (patch)
tree2d002dc05917eb5eca6bf076632642da5d287642 /sys/conf
parentfe44e1424357f69aef680cad3118557ab485cbca (diff)
downloadFreeBSD-src-a3da742b720ece80ed4005604fd18ff802db1bf2.zip
FreeBSD-src-a3da742b720ece80ed4005604fd18ff802db1bf2.tar.gz
Make the aic7xxx sequencer assembler compile in the kernel's object
directory. Rename (via repository copy) some files so that the potential for future conflicts is minimized. PR: conf/4363
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.i38612
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 749078c..69d5601 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,23 +1,23 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.172 1997/08/28 12:18:08 jkh Exp $
+# $Id: files.i386,v 1.173 1997/08/28 14:36:42 jlemon Exp $
#
-aic7xxx_asm optional ahc device-driver \
+aicasm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
- compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \
+ compile-with "make -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \
no-obj no-implicit-rule \
- clean "aic7xxx_asm"
+ clean "aicasm"
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
# dependency lines other than the first are silently ignored.
#
aic7xxx_{seq,reg}.h optional ahc device-driver \
- compile-with "./aic7xxx_asm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \
+ compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \
no-obj no-implicit-rule before-depend \
clean "aic7xxx_seq.h aic7xxx_reg.h" \
- dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aic7xxx_asm"
+ dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aicasm"
#
linux_genassym optional compat_linux \
dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \
OpenPOWER on IntegriCloud