summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2009-03-11 17:46:01 +0000
committersam <sam@FreeBSD.org>2009-03-11 17:46:01 +0000
commit8f0aa78773ba614760fb3cb29eef7d540d045b4c (patch)
treeea11299ad14956acbad524eca00812b3d11e7ca4 /tools
parent79e7717a178a593b8b8c05216e846ff445a96ff2 (diff)
downloadFreeBSD-src-8f0aa78773ba614760fb3cb29eef7d540d045b4c.zip
FreeBSD-src-8f0aa78773ba614760fb3cb29eef7d540d045b4c.tar.gz
move shared register support code to common
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athdecode/Makefile3
-rw-r--r--tools/tools/ath/athpoke/Makefile3
-rw-r--r--tools/tools/ath/athregs/Makefile2
-rw-r--r--tools/tools/ath/common/dumpregs.h (renamed from tools/tools/ath/athregs/dumpregs.h)0
-rw-r--r--tools/tools/ath/common/dumpregs_5210.c (renamed from tools/tools/ath/athregs/dumpregs_5210.c)0
-rw-r--r--tools/tools/ath/common/dumpregs_5211.c (renamed from tools/tools/ath/athregs/dumpregs_5211.c)0
-rw-r--r--tools/tools/ath/common/dumpregs_5212.c (renamed from tools/tools/ath/athregs/dumpregs_5212.c)0
-rw-r--r--tools/tools/ath/common/dumpregs_5416.c (renamed from tools/tools/ath/athregs/dumpregs_5416.c)0
8 files changed, 4 insertions, 4 deletions
diff --git a/tools/tools/ath/athdecode/Makefile b/tools/tools/ath/athdecode/Makefile
index f6aa1c2..5dd3289 100644
--- a/tools/tools/ath/athdecode/Makefile
+++ b/tools/tools/ath/athdecode/Makefile
@@ -3,8 +3,7 @@
PROG= athdecode
-.PATH.c: ${.CURDIR}/../athregs
-CFLAGS+=-I${.CURDIR}/../athregs
+.PATH.c: ${.CURDIR}/../common
SRCS= main.c
SRCS+= dumpregs_5210.c
diff --git a/tools/tools/ath/athpoke/Makefile b/tools/tools/ath/athpoke/Makefile
index 264587f..d673550 100644
--- a/tools/tools/ath/athpoke/Makefile
+++ b/tools/tools/ath/athpoke/Makefile
@@ -2,8 +2,7 @@
PROG= athpoke
-.PATH.c: ${.CURDIR}/../athregs
-CFLAGS+=-I${.CURDIR}/../athregs
+.PATH.c: ${.CURDIR}/../common
SRCS= athpoke.c
SRCS+= dumpregs_5210.c
diff --git a/tools/tools/ath/athregs/Makefile b/tools/tools/ath/athregs/Makefile
index 67e21d2..eef4fb2 100644
--- a/tools/tools/ath/athregs/Makefile
+++ b/tools/tools/ath/athregs/Makefile
@@ -2,6 +2,8 @@
PROG= athregs
+.PATH.c: ${.CURDIR}/../common
+
SRCS= dumpregs.c
SRCS+= dumpregs_5210.c
SRCS+= dumpregs_5211.c
diff --git a/tools/tools/ath/athregs/dumpregs.h b/tools/tools/ath/common/dumpregs.h
index 88689cf..88689cf 100644
--- a/tools/tools/ath/athregs/dumpregs.h
+++ b/tools/tools/ath/common/dumpregs.h
diff --git a/tools/tools/ath/athregs/dumpregs_5210.c b/tools/tools/ath/common/dumpregs_5210.c
index f7b273b..f7b273b 100644
--- a/tools/tools/ath/athregs/dumpregs_5210.c
+++ b/tools/tools/ath/common/dumpregs_5210.c
diff --git a/tools/tools/ath/athregs/dumpregs_5211.c b/tools/tools/ath/common/dumpregs_5211.c
index 17ecbce..17ecbce 100644
--- a/tools/tools/ath/athregs/dumpregs_5211.c
+++ b/tools/tools/ath/common/dumpregs_5211.c
diff --git a/tools/tools/ath/athregs/dumpregs_5212.c b/tools/tools/ath/common/dumpregs_5212.c
index b5dc793..b5dc793 100644
--- a/tools/tools/ath/athregs/dumpregs_5212.c
+++ b/tools/tools/ath/common/dumpregs_5212.c
diff --git a/tools/tools/ath/athregs/dumpregs_5416.c b/tools/tools/ath/common/dumpregs_5416.c
index 8c42e0f..8c42e0f 100644
--- a/tools/tools/ath/athregs/dumpregs_5416.c
+++ b/tools/tools/ath/common/dumpregs_5416.c
OpenPOWER on IntegriCloud