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
ion>mode:
Diffstat (limited to 'drivers/usb/README')
t-next.git/patch/drivers/usb/core/Makefile?id=15cc95c442859e8b26b59234569d926c246e45f1'>patch)
treebee8b38a081accdde57f850f4f5566a13c6a4e37 /drivers/usb/core/Makefile
parentcac28ae60e3dae1814f12f0d24d041a67153692c (diff)
regulator: twl: Remove unused fields from struct twlreg_info
The min_mV, max_mV and flags fields are not used, so remove them. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/usb/core/Makefile')