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
t' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
Age | Commit message (Collapse) | Author | Files | Lines |
|
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux into fixes
AT91 SoC fixes for 4.10:
- change email addresses for Nicolas and Ludovic following the
Microchip-Atmel merger
* tag 'at91-ab-4.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
MAINTAINERS: change email address from atmel to microchip
MAINTAINERS: at91: change email address
Signed-off-by: Olof Johansson <olof@lixom.net>
|