Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf add spl.S, vector.S and microtime.S to MD...



details:   https://anonhg.NetBSD.org/src/rev/d080993d5768
branches:  trunk
changeset: 546612:d080993d5768
user:      yamt <yamt%NetBSD.org@localhost>
date:      Fri May 02 17:40:13 2003 +0000

description:
add spl.S, vector.S and microtime.S to MD_SFILES so that
'make depend' takes care of them.

diffstat:

 sys/arch/i386/conf/Makefile.i386 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r bc0d7240134d -r d080993d5768 sys/arch/i386/conf/Makefile.i386
--- a/sys/arch/i386/conf/Makefile.i386  Fri May 02 16:28:34 2003 +0000
+++ b/sys/arch/i386/conf/Makefile.i386  Fri May 02 17:40:13 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.i386,v 1.130 2003/04/02 22:10:23 christos Exp $
+#      $NetBSD: Makefile.i386,v 1.131 2003/05/02 17:40:13 yamt Exp $
 
 # Makefile for NetBSD
 #
@@ -44,7 +44,8 @@
 ##
 MD_OBJS=       locore.o spl.o vector.o microtime.o
 MD_CFILES=
-MD_SFILES=     ${I386}/i386/locore.S
+MD_SFILES=     ${I386}/i386/locore.S ${I386}/i386/spl.S \
+               ${I386}/i386/vector.S ${I386}/i386/microtime.S
 
 locore.o: ${I386}/i386/locore.S assym.h
        ${NORMAL_S}



Home | Main Index | Thread Index | Old Index