Module Name: src
Committed By: snj
Date: Fri Aug 7 18:48:38 UTC 2009
Modified Files:
src/sys/arch/macppc: Makefile
Log Message:
Update path to the atheros HAL.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.9
--- src/sys/arch/macppc/Makefile:1.8 Sat Oct 25 22:27:37 2008
+++ src/sys/arch/macppc/Makefile Fri Aug 7 18:48:38 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/10/25 22:27:37 apb Exp $
+# $NetBSD: Makefile,v 1.9 2009/08/07 18:48:38 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]