]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/ath/ath_ee_9300_print/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / tools / ath / ath_ee_9300_print / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../../sys/dev/ath/ath_hal
4
5 PROG=   ath_ee_9300_print
6 NOMAN=  yes
7 MAN=
8 SRCS=   main.c
9 SRCS+=  opt_ah.h
10 CLEANFILES+=    opt_ah.h
11
12 opt_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>