Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386 Add to tags some assembly files in common/.



details:   https://anonhg.NetBSD.org/src/rev/c16eeb0bde8a
branches:  trunk
changeset: 764892:c16eeb0bde8a
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Tue May 10 23:58:25 2011 +0000

description:
Add to tags some assembly files in common/.

diffstat:

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

diffs (19 lines):

diff -r 79c37f7e85ac -r c16eeb0bde8a sys/arch/i386/Makefile
--- a/sys/arch/i386/Makefile    Tue May 10 23:48:33 2011 +0000
+++ b/sys/arch/i386/Makefile    Tue May 10 23:58:25 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.40 2011/04/04 19:46:40 dyoung Exp $
+#      $NetBSD: Makefile,v 1.41 2011/05/10 23:58:25 dyoung Exp $
 
 # Makefile for i386 tags file and boot blocks
 
@@ -24,7 +24,8 @@
        ${SYSDIR}/arch/xen/xen/*.[ch] \
        ${SYSDIR}/arch/xen/xenbus/*.[ch] \
        ${SYSDIR}/arch/x86/pci/*.[ch]
-AI386= ${SYSDIR}/arch/i386/i386/*.S
+AI386= ${SYSDIR}/arch/i386/i386/*.S \
+       ${SYSDIR}/../common/lib/libc/arch/i386/*/*.S
 
 # Directories in which to place tags links
 DI386= i386 eisa isa include pci



Home | Main Index | Thread Index | Old Index