summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-09-22 12:18:52 +0000
committerkato <kato@FreeBSD.org>1997-09-22 12:18:52 +0000
commit9a018bf4217895e7c15c21b44b5338702918e284 (patch)
tree474900ec851df7a063fb7274d1c361e88c22a4f2 /sys/pc98/conf
parent40c505b77198be8aa4c5c0dbec62d407a22cc163 (diff)
downloadFreeBSD-src-9a018bf4217895e7c15c21b44b5338702918e284.zip
FreeBSD-src-9a018bf4217895e7c15c21b44b5338702918e284.tar.gz
Synchronize with sys/i386/conf/files.i386 revision 1.177.
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/files.pc9815
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98
index c6d1372..1464c73 100644
--- a/sys/pc98/conf/files.pc98
+++ b/sys/pc98/conf/files.pc98
@@ -3,24 +3,13 @@
#
# modified for PC-9801
#
-# $Id: files.pc98,v 1.37 1997/09/10 08:05:46 kato Exp $
+# $Id: files.pc98,v 1.38 1997/09/15 04:00:32 kato Exp $
#
-aicasm optional ahc device-driver \
- dependency "$S/dev/aic7xxx/*.[chyl]" \
- compile-with "make -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \
- no-obj no-implicit-rule \
- 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 "./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 aicasm"
-#
linux_genassym optional compat_linux \
dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \
compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \
@@ -38,7 +27,6 @@ font8x16.o optional std8x16font \
no-implicit-rule before-depend \
clean "${STD8X16FONT}-8x16 font8x16.c"
#
-i386/scsi/93cx6.c optional ahc device-driver
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
#i386/eisa/3c5x9.c optional ep device-driver
@@ -259,6 +247,7 @@ i386/linux/linux_stats.c optional compat_linux
i386/linux/linux_sysent.c optional compat_linux
i386/linux/linux_sysvec.c optional compat_linux
i386/linux/linux_util.c optional compat_linux
+i386/scsi/93cx6.c optional ahc device-driver
i386/scsi/aic7xxx.c optional ahc device-driver \
dependency "aic7xxx_{reg,seq}.h"
i386/scsi/bt.c optional bt device-driver
OpenPOWER on IntegriCloud