Module Name: src
Committed By: dyoung
Date: Fri Sep 2 22:12:48 UTC 2011
Modified Files:
src/sys/arch/i386: Makefile
Log Message:
In the tags target, move x86 sources above xen includes, for more
helpful tags.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/i386/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/Makefile
diff -u src/sys/arch/i386/Makefile:1.41 src/sys/arch/i386/Makefile:1.42
--- src/sys/arch/i386/Makefile:1.41 Tue May 10 23:58:25 2011
+++ src/sys/arch/i386/Makefile Fri Sep 2 22:12:48 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2011/05/10 23:58:25 dyoung Exp $
+# $NetBSD: Makefile,v 1.42 2011/09/02 22:12:48 dyoung Exp $
# Makefile for i386 tags file and boot blocks
@@ -18,12 +18,12 @@
${SYSDIR}/arch/x86/acpi/*.[ch] \
${SYSDIR}/arch/x86/include/*.h \
${SYSDIR}/arch/x86/isa/*.[ch] \
+ ${SYSDIR}/arch/x86/pci/*.[ch] \
${SYSDIR}/arch/xen/include/*.h \
${SYSDIR}/arch/xen/i386/*.[ch] \
${SYSDIR}/arch/xen/x86/*.[ch] \
${SYSDIR}/arch/xen/xen/*.[ch] \
- ${SYSDIR}/arch/xen/xenbus/*.[ch] \
- ${SYSDIR}/arch/x86/pci/*.[ch]
+ ${SYSDIR}/arch/xen/xenbus/*.[ch]
AI386= ${SYSDIR}/arch/i386/i386/*.S \
${SYSDIR}/../common/lib/libc/arch/i386/*/*.S