summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: 1972a12fe7c576226830e51dee7aa6f0f2738d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
astraceroute-libs =	-lpthread

ifeq ($(CONFIG_GEOIP), 1)
astraceroute-libs +=	-lGeoIP \
			-lz
endif


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

ifeq ($(CONFIG_GEOIP), 1)
astraceroute-objs +=	geoip.o
endif

astraceroute-eflags =

astraceroute-confs =	geoip.conf
ext.git/tree/?h=nds-private-remove&id=4ad3e92c28057950c30ca19e32530eff9ee111bb'>c7e2fdd7a8532cfc388e8878227caa04496e1bfd parent3e3affe549ebd228501d160886c1b3999d99e0c6 (diff)
gpu: ipu-v3: Use ERR_CAST instead of ERR_PTR(PTR_ERR())
Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)). Generated by: scripts/coccinelle/api/err_cast.cocci Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat