]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - tools/tools/ath/athdecode/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / tools / tools / ath / athdecode / Makefile
1 #
2 # $FreeBSD$
3
4 PROG=   athdecode
5
6 .PATH.c: ${.CURDIR}/../common
7
8 SRCS=   main.c
9 SRCS+=  dumpregs_5210.c
10 SRCS+=  dumpregs_5211.c
11 SRCS+=  dumpregs_5212.c
12 SRCS+=  dumpregs_5416.c
13 SRCS+=  opt_ah.h
14
15 CLEANFILES+=    opt_ah.h
16
17 opt_ah.h:
18         echo "#define AH_DEBUG 1" > opt_ah.h
19         echo "#define AH_DEBUG_COUNTRY 1" >> opt_ah.h
20         echo "#define AH_SUPPORT_AR5416 1" >> opt_ah.h
21
22 .include <../Makefile.inc>
23
24 .include <bsd.prog.mk>