Module Name: src
Committed By: snj
Date: Fri Aug 14 21:46:15 UTC 2009
Modified Files:
src/sys/arch/macppc [netbsd-5]: Makefile
Log Message:
Pull up following revision(s) (requested by sborrill in ticket #909):
sys/arch/macppc/Makefile: revision 1.9
Update path to the atheros HAL.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.4.1 src/sys/arch/macppc/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/macppc/Makefile
diff -u src/sys/arch/macppc/Makefile:1.8 src/sys/arch/macppc/Makefile:1.8.4.1
--- src/sys/arch/macppc/Makefile:1.8 Sat Oct 25 22:27:37 2008
+++ src/sys/arch/macppc/Makefile Fri Aug 14 21:46:15 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/10/25 22:27:37 apb Exp $
+# $NetBSD: Makefile,v 1.8.4.1 2009/08/14 21:46:15 snj Exp $
# Makefile for macppc tags file
@@ -7,9 +7,9 @@
${SYSDIR}/arch/macppc/include/*.h \
${SYSDIR}/arch/macppc/dev/*.[ch] \
${SYSDIR}/arch/macppc/pci/*.[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]
SIMACPPC+= ${SYSDIR}/arch/powerpc/powerpc/*.[ch] \
${SYSDIR}/arch/powerpc/include/*.h \
${SYSDIR}/arch/powerpc/pci/*.[ch]