summaryrefslogtreecommitdiffstats
path: root/tools/tools
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2007-02-02 02:39:56 +0000
committersam <sam@FreeBSD.org>2007-02-02 02:39:56 +0000
commit9b195917de54cda7c59c8d15f8bde39b31af2e4c (patch)
tree5311c277365d0e0aca7ebe5f624c29b27b1d386f /tools/tools
parent25c4be862e487b1d4f9c6562a52fb07cf145908a (diff)
downloadFreeBSD-src-9b195917de54cda7c59c8d15f8bde39b31af2e4c.zip
FreeBSD-src-9b195917de54cda7c59c8d15f8bde39b31af2e4c.tar.gz
create empty opt_ah.h for compiling athstats.o; it just needs
the PHY definitions and not the descriptor so it doesn't matter if it's correct relative to the hal.o
Diffstat (limited to 'tools/tools')
-rw-r--r--tools/tools/ath/athstats/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/tools/ath/athstats/Makefile b/tools/tools/ath/athstats/Makefile
index 0d9c761..315d7e6 100644
--- a/tools/tools/ath/athstats/Makefile
+++ b/tools/tools/ath/athstats/Makefile
@@ -7,3 +7,11 @@ NO_MAN=
SRCS= main.c statfoo.c athstats.c
.include <bsd.prog.mk>
+
+CFLAGS+= -I.
+CLEANFILES+= opt_ah.h
+
+athstats.o: opt_ah.h
+
+opt_ah.h:
+ touch opt_ah.h
OpenPOWER on IntegriCloud