head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.01.54.07;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.08.09.23.04.20;	author adrian;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.10.06.44.04;	author adrian;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/tools/tools/ath/athaggrstats/Makefile 239161 2012-08-09 23:04:20Z adrian $

.PATH:	${.CURDIR}/../../../../sys/dev/ath/ath_hal

PROG=	athaggrstats

SRCS=	main.c statfoo.c athaggrstats.c opt_ah.h ah_osdep.h

CLEANFILES+=	opt_ah.h

.include <../Makefile.inc>

CFLAGS+=-DATH_SUPPORT_ANI
CFLAGS+=-DATH_SUPPORT_TDMA

opt_ah.h:
	echo "#define AH_DEBUG 1" > opt_ah.h
	echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
	echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h

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>
@


1.2
log
@SVN rev 239161 on 2012-08-09 23:04:20Z by adrian

Add HAL_DMA_ADDR.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.1
log
@SVN rev 236834 on 2012-06-10 06:44:04Z by adrian

Flesh out 'athaggrstats', a utility which will display the aggregation
specific statistics for ath(4).
@
text
@d25 1
@

