Fri Aug 7 18:48:38 2009 UTC ()
Update path to the atheros HAL.


(snj)
diff -r1.8 -r1.9 src/sys/arch/macppc/Makefile

cvs diff -r1.8 -r1.9 src/sys/arch/macppc/Makefile (expand / switch to unified diff)

--- src/sys/arch/macppc/Makefile 2008/10/25 22:27:37 1.8
+++ src/sys/arch/macppc/Makefile 2009/08/07 18:48:38 1.9
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.8 2008/10/25 22:27:37 apb Exp $ 1# $NetBSD: Makefile,v 1.9 2009/08/07 18:48:38 snj Exp $
2 2
3# Makefile for macppc tags file 3# Makefile for macppc tags file
4 4
5TIMACPPC= ${SYSDIR}/arch/macppc/tags 5TIMACPPC= ${SYSDIR}/arch/macppc/tags
6SIMACPPC= ${SYSDIR}/arch/macppc/macppc/*.[ch] \ 6SIMACPPC= ${SYSDIR}/arch/macppc/macppc/*.[ch] \
7 ${SYSDIR}/arch/macppc/include/*.h \ 7 ${SYSDIR}/arch/macppc/include/*.h \
8 ${SYSDIR}/arch/macppc/dev/*.[ch] \ 8 ${SYSDIR}/arch/macppc/dev/*.[ch] \
9 ${SYSDIR}/arch/macppc/pci/*.[ch] \ 9 ${SYSDIR}/arch/macppc/pci/*.[ch] \
10 ${SYSDIR}/contrib/dev/ath/*.[ch] \ 10 ${SYSDIR}/external/isc/atheros_hal/dist/*.[ch] \
11 ${SYSDIR}/contrib/dev/ath/netbsd/*.[ch] \ 11 ${SYSDIR}/external/isc/atheros_hal/dist/*/*.[ch] \
12 ${SYSDIR}/contrib/dev/ath/public/*.[ch] 12 ${SYSDIR}/external/isc/atheros_hal/ic/*.[ch]
13SIMACPPC+= ${SYSDIR}/arch/powerpc/powerpc/*.[ch] \ 13SIMACPPC+= ${SYSDIR}/arch/powerpc/powerpc/*.[ch] \
14 ${SYSDIR}/arch/powerpc/include/*.h \ 14 ${SYSDIR}/arch/powerpc/include/*.h \
15 ${SYSDIR}/arch/powerpc/pci/*.[ch] 15 ${SYSDIR}/arch/powerpc/pci/*.[ch]
16AIMACPPC= ${SYSDIR}/arch/macppc/macppc/*.[sS] 16AIMACPPC= ${SYSDIR}/arch/macppc/macppc/*.[sS]
17 17
18# Directories in which to place tags links 18# Directories in which to place tags links
19DIMACPPC= macppc dev include pci 19DIMACPPC= macppc dev include pci
20 20
21.include "../../kern/Make.tags.inc" 21.include "../../kern/Make.tags.inc"
22 22
23tags: 23tags:
24 -rm -f ${TIMACPPC} 24 -rm -f ${TIMACPPC}
25 -echo ${SIMACPPC} | xargs ctags -wadtf ${TIMACPPC} 25 -echo ${SIMACPPC} | xargs ctags -wadtf ${TIMACPPC}