diff options
| -rw-r--r-- | tools/tools/ath/athaggrstats/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/ath/athaggrstats/Makefile b/tools/tools/ath/athaggrstats/Makefile index 482a0c26fbf9a..c73e4fa53b133 100644 --- a/tools/tools/ath/athaggrstats/Makefile +++ b/tools/tools/ath/athaggrstats/Makefile @@ -12,8 +12,8 @@ CLEANFILES+= opt_ah.h CFLAGS+=-DATH_SUPPORT_ANI CFLAGS+=-DATH_SUPPORT_TDMA -USEPRIVATELIB=bsdstat -LDADD= ${LDBSDSTAT} +USEPRIVATELIB= +LDADD=/usr/lib/private/libbsdstat.so.1 opt_ah.h: echo "#define AH_DEBUG 1" > opt_ah.h |
