summaryrefslogtreecommitdiff
path: root/astraceroute/Makefile
blob: bbf9e88062396bf8ff8ec680e3b6f340f2dc8858 (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
29
30
astraceroute-libs =	-lpthread

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


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

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

astraceroute-eflags =

astraceroute-confs =	geoip.conf
ommit-info'> authorCarsten Emde <C.Emde@osadl.org>2016-07-19 01:19:15 +0200 committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-07-21 14:26:00 +0200 commit2630abc243f8d014767c4eec1deb946bdbbcfc81 (patch) tree8d6a5c4c3f20f2c34b909d8404140a80d9b0739a /Documentation/mmc/mmc-tools.txt parent09ca4c9b5958403bf05482b365a67d88f10463e4 (diff)
cpufreq: intel_pstate: clean remnant struct element
When I was working with the Intel P state driver I came across a remnant struct element that is no longer needed after the function intel_pstate_calc_freq() was retired. Signed-off-by: Carsten Emde <C.Emde@osadl.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'Documentation/mmc/mmc-tools.txt')