summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: 8c5e7fe1c6d957c838ccab0e70aacc7970bbfd6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 =
mary='commit info' class='commit-info'> authorLinus Torvalds <torvalds@linux-foundation.org>2016-12-13 12:34:47 -0800 committerLinus Torvalds <torvalds@linux-foundation.org>2016-12-13 12:34:47 -0800 commite6efef7260ac2bb170059980a78440499f2cc0db (patch) tree9d2917ba865190d9be0b5204a7254ca2aea49cc1 /block parentb78b499a67c3f77aeb6cd0b54724bc38b141255d (diff)parent3ca45a46f8af8c4a92dd8a08eac57787242d5021 (diff)
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Pull percpu update from Tejun Heo: "This includes just one patch to reject non-power-of-2 alignments and trigger warning. Interestingly, this actually caught a bug in XEN ARM64" * 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu: percpu: ensure the requested alignment is power of two
Diffstat (limited to 'block')