In the tags target, move x86 sources above xen includes, for more
helpful tags.
This commit is contained in:
parent
7add4c1ae4
commit
2a6ff6d60a
|
@ -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 @@ SI386+= ${SYSDIR}/arch/x86/x86/*.[ch] \
|
|||
${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
|
||||
|
||||
|
|
Loading…
Reference in New Issue