summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.i386
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-10-14 17:09:55 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-10-14 17:09:55 +0000
commit6ab09fe3d5991605b3ddd33ba2398d148b14a9e7 (patch)
treec7be4f440b4c29b4131a920d8433fbbbf17c1f26 /sys/conf/files.i386
parentb19b82754e285944715b5edf0aef640a9d7e9bb1 (diff)
downloadFreeBSD-src-6ab09fe3d5991605b3ddd33ba2398d148b14a9e7.zip
FreeBSD-src-6ab09fe3d5991605b3ddd33ba2398d148b14a9e7.tar.gz
Remove machdep.c from files.i386 and put machdep.o in the SYSTEM_OBJS
line of Makefile.i386. Fixes the extra rule that gmake complains about for machdep.o. This fix is from Joans 0lsson. Rework the depends and rules for assym.s and genassym so that we now use the .depend rule for genassym.o such that if you change any header files that are included by genassym.c the right things happen. This is probably what has caused more bad kernel builds than any other thing in the Makefile.i386!
Diffstat (limited to 'sys/conf/files.i386')
-rw-r--r--sys/conf/files.i3863
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 93e073b..277d3bb 100644
--- a/sys/conf/files.i386
+++ b/sys/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.14 1993/10/10 16:25:13 rgrimes Exp $
+# $Id: files.i386,v 1.15 1993/10/11 06:19:40 rgrimes Exp $
#
i386/i386/autoconf.c standard device-driver
i386/i386/cons.c standard
@@ -9,7 +9,6 @@ i386/i386/db_disasm.c optional ddb
i386/i386/db_interface.c optional ddb
i386/i386/db_trace.c optional ddb
i386/i386/in_cksum.c optional inet
-i386/i386/machdep.c standard config-dependent
i386/i386/math_emulate.c optional math_emulate
i386/i386/mem.c standard
i386/i386/microtime.s standard
OpenPOWER on IntegriCloud