]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/tools/ath/athalq/Makefile
Import riscv DTS files
[FreeBSD/FreeBSD.git] / tools / tools / ath / athalq / Makefile
1 # $FreeBSD$
2
3 PROG=   athalq
4 MAN=
5
6 CFLAGS+=        -I../../../../sys/contrib
7
8 SRCS=   main.c ar5210_ds.c ar5211_ds.c ar5212_ds.c ar5416_ds.c tdma.c
9 SRCS+=  ar9300_ds.c
10
11 .include <../Makefile.inc>
12
13 .include <bsd.prog.mk>