Module Name: src
Committed By: dyoung
Date: Thu May 28 18:13:46 UTC 2009
Modified Files:
src/sys/arch/i386: Makefile
Log Message:
For the 'tags' target, use the right path to the Atheros HAL sources.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 src/sys/arch/i386/Makefile:1.37
--- src/sys/arch/i386/Makefile:1.36 Thu Nov 6 00:41:52 2008
+++ src/sys/arch/i386/Makefile Thu May 28 18:13:46 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2008/11/06 00:41:52 dyoung Exp $
+# $NetBSD: Makefile,v 1.37 2009/05/28 18:13:46 dyoung Exp $
# Makefile for i386 tags file and boot blocks
@@ -11,9 +11,9 @@
${SYSDIR}/arch/i386/mca/*.[ch] \
${SYSDIR}/arch/i386/pci/*.[ch] \
${SYSDIR}/arch/i386/pnpbios/*.[ch] \
- ${SYSDIR}/contrib/dev/ath/*.[ch] \
- ${SYSDIR}/contrib/dev/ath/netbsd/*.[ch] \
- ${SYSDIR}/contrib/dev/ath/public/*.[ch] \
+ ${SYSDIR}/external/isc/atheros_hal/dist/*.[ch] \
+ ${SYSDIR}/external/isc/atheros_hal/dist/*/*.[ch] \
+ ${SYSDIR}/external/isc/atheros_hal/ic/*.[ch] \
${SYSDIR}/dist/acpica/*.[ch]
SI386+= ${SYSDIR}/arch/x86/x86/*.[ch] \
${SYSDIR}/arch/x86/acpi/*.[ch] \