summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: 55741685a97242ff9fa2cb02b6404be32289e55c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
astraceroute-libs =	-lGeoIP \
			-lpthread \
			-lz

astraceroute-objs =	xmalloc.o \
			ioops.o \
			proto_none.o \
			tprintf.o \
			bpf.o \
			str.o \
			sig.o \
			sock.o \
			link.o \
			dev.o \
			geoip.o \
			ring_rx.o \
			ring.o \
			astraceroute.o

astraceroute-eflags =

astraceroute-confs =	geoip.conf
f3c46d2c079f3a76c69d71800be'>0de4df5ba2ad3f3c46d2c079f3a76c69d71800be (patch) treefe0be790ad0edaa195fc4c17801953a21baf11b2 parentdd51fa3d8a1d4781647f333e731590b65965b332 (diff)
ath10k: use dma_zalloc_coherent()
use dma_zalloc_coherent() instead of dma_alloc_coherent and memset(). Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat