summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf/files.i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/conf/files.i386')
-rw-r--r--sys/i386/conf/files.i38628
1 files changed, 10 insertions, 18 deletions
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index d6d9d12..2e91b0b 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.225 1999/03/04 09:53:18 sos Exp $
+# $Id: files.i386,v 1.226 1999/03/07 16:11:12 hm Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -145,23 +145,15 @@ i386/isa/if_sr.c optional sr device-driver
i386/isa/if_wl.c optional wl device-driver
i386/isa/if_ze.c optional ze device-driver
i386/isa/if_zp.c optional zp device-driver
-dev/oltr/if_oltr.c optional oltr device-driver
-dev/oltr/trlld.o optional oltr device-driver \
- dependency "$S/$@.uu" \
- compile-with "uudecode < $S/$@.uu" \
- no-implicit-rule before-depend
-dev/oltr/trlldmac.o optional oltr device-driver \
- dependency "$S/$@.uu" \
- compile-with "uudecode < $S/$@.uu" \
- no-implicit-rule before-depend
-dev/oltr/trlldhm.o optional oltr device-driver \
- dependency "$S/$@.uu" \
- compile-with "uudecode < $S/$@.uu" \
- no-implicit-rule before-depend
-dev/oltr/trlldbm.o optional oltr device-driver \
- dependency "$S/$@.uu" \
- compile-with "uudecode < $S/$@.uu" \
- no-implicit-rule before-depend
+contrib/dev/oltr/if_oltr.c optional oltr device-driver \
+ dependency "contrib/dev/oltr/trlld.o"
+contrib/dev/oltr/trlld.o optional oltr device-driver \
+ dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
+ compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
+ no-implicit-rule
+contrib/dev/oltr/trlldmac.c optional oltr device-driver
+contrib/dev/oltr/trlldhm.c optional oltr device-driver
+contrib/dev/oltr/trlldbm.c optional oltr device-driver
i386/isa/ipl_funcs.c standard \
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
i386/isa/intr_machdep.c standard
OpenPOWER on IntegriCloud