]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tools/tools/ath/athregs/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tools / tools / ath / athregs / Makefile
1 # $FreeBSD$
2
3 PROG=   athregs
4
5 .PATH.c: ${.CURDIR}/../common
6
7 SRCS=   dumpregs.c
8 SRCS+=  dumpregs_5210.c
9 SRCS+=  dumpregs_5211.c
10 SRCS+=  dumpregs_5212.c
11 SRCS+=  dumpregs_5416.c
12 SRCS+=  opt_ah.h
13
14 CLEANFILES+=    opt_ah.h
15
16 opt_ah.h:
17         echo "#define AH_DEBUG 1" > opt_ah.h
18         echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
19         echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h
20
21 .include <../Makefile.inc>
22
23 .include <bsd.prog.mk>