Makefile revision 276486
1# $FreeBSD: stable/10/tools/tools/ath/ath_ee_9300_print/Makefile 276486 2014-12-31 23:25:37Z ngie $
2
3.PATH:	${.CURDIR}/../../../../sys/dev/ath/ath_hal
4
5PROG=	ath_ee_9300_print
6NOMAN=	yes
7MAN=
8SRCS=	main.c
9SRCS+=	opt_ah.h
10CLEANFILES+=	opt_ah.h
11
12opt_ah.h:
13	echo "#define AH_DEBUG 1" > opt_ah.h
14	echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
15	echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h
16
17.include <../Makefile.inc>
18
19.include <bsd.prog.mk>
20