summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/conf/files.alpha8
-rw-r--r--sys/conf/files.alpha8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/alpha/conf/files.alpha b/sys/alpha/conf/files.alpha
index 6b3f3e8..112d8f8 100644
--- a/sys/alpha/conf/files.alpha
+++ b/sys/alpha/conf/files.alpha
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.alpha,v 1.19 1999/05/26 23:22:13 gallatin Exp $
+# $Id: files.alpha,v 1.20 1999/06/05 13:29:57 dfr Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -98,8 +98,8 @@ alpha/tc/am7990.c optional le device-driver
alpha/tc/tcds.c optional tcds device-driver
alpha/tc/tcds_dma.c optional tcds device-driver
alpha/tc/esp.c optional esp device-driver
-dev/dec/mcclock.c standard device-driver
-mcclock_if.o standard \
+dev/dec/mcclock.c optional mcclock device-driver
+mcclock_if.o optional mcclock \
dependency "mcclock_if.c" \
compile-with "${NORMAL_C}" \
no-implicit-rule local
@@ -108,7 +108,7 @@ mcclock_if.c standard \
compile-with "perl $S/kern/makedevops.pl -c $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "mcclock_if.c"
-mcclock_if.h standard \
+mcclock_if.h optional mcclock \
dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend \
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index 6b3f3e8..112d8f8 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.alpha,v 1.19 1999/05/26 23:22:13 gallatin Exp $
+# $Id: files.alpha,v 1.20 1999/06/05 13:29:57 dfr Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -98,8 +98,8 @@ alpha/tc/am7990.c optional le device-driver
alpha/tc/tcds.c optional tcds device-driver
alpha/tc/tcds_dma.c optional tcds device-driver
alpha/tc/esp.c optional esp device-driver
-dev/dec/mcclock.c standard device-driver
-mcclock_if.o standard \
+dev/dec/mcclock.c optional mcclock device-driver
+mcclock_if.o optional mcclock \
dependency "mcclock_if.c" \
compile-with "${NORMAL_C}" \
no-implicit-rule local
@@ -108,7 +108,7 @@ mcclock_if.c standard \
compile-with "perl $S/kern/makedevops.pl -c $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend local \
clean "mcclock_if.c"
-mcclock_if.h standard \
+mcclock_if.h optional mcclock \
dependency "$S/kern/makedevops.pl $S/dev/dec/mcclock_if.m" \
compile-with "perl $S/kern/makedevops.pl -h $S/dev/dec/mcclock_if.m" \
no-obj no-implicit-rule before-depend \
OpenPOWER on IntegriCloud