summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: 91f0a9e5a0e41b9dabbec9197d4914c981267042 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
astraceroute-libs =	-lGeoIP \
			-lpthread \
			-lz

astraceroute-objs =	xmalloc.o \
			xio.o \
			xutils.o \
			proto_none.o \
			tprintf.o \
			bpf.o \
			geoip.o \
			ring_rx.o \
			astraceroute.o
class='oid'>ad53e35ae529e65cbd8e75a1e66fdcd10275c8d9 (patch) tree89638c031980400e2a7927e4b77afd9b3d6b6a7a parent6f90f1d1d2d853b2745afdd83800b170996fab50 (diff)parentaad9e5ba243336d2b133e7fa9aace1a51d6fdae6 (diff)
Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD
Paul Mackerras writes: The highlights are: * Reduced latency for interrupts from PCI pass-through devices, from Suresh Warrier and me. * Halt-polling implementation from Suraj Jitindar Singh. * 64-bit VCPU statistics, also from Suraj. * Various other minor fixes and improvements.
Diffstat