summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-09-07 06:02:01 +0000
committeradrian <adrian@FreeBSD.org>2012-09-07 06:02:01 +0000
commitec006196aafd72006e5cdadb858737a9f8fb3f7b (patch)
treecccad43009bcad201c1d721be5b5b1a0c4e2b085 /tools
parentf85f236da92356ecc56e0a580df735dffaa9ee00 (diff)
downloadFreeBSD-src-ec006196aafd72006e5cdadb858737a9f8fb3f7b.zip
FreeBSD-src-ec006196aafd72006e5cdadb858737a9f8fb3f7b.tar.gz
Make this build again!
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/ath/athratestats/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools/ath/athratestats/Makefile b/tools/tools/ath/athratestats/Makefile
index 4c46f95..f4c1aab 100644
--- a/tools/tools/ath/athratestats/Makefile
+++ b/tools/tools/ath/athratestats/Makefile
@@ -7,7 +7,7 @@ PROG= athratestats
SRCS= main.c opt_ah.h ah_osdep.h
-CLEANFILES+= opt_ah.h
+CLEANFILES+= opt_ah.h ah_osdep.h
.include <../Makefile.inc>
@@ -23,5 +23,6 @@ ah_osdep.h:
echo 'typedef void *HAL_SOFTC;' >ah_osdep.h
echo 'typedef int HAL_BUS_TAG;' >>ah_osdep.h
echo 'typedef void *HAL_BUS_HANDLE;' >>ah_osdep.h
+ echo 'typedef uint32_t *HAL_DMA_ADDR;' >>ah_osdep.h
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud