flowtop-libs = -lGeoIP \
-lurcu \
-lnetfilter_conntrack \
$(shell pkg-config --libs ncurses) \
-lpthread \
-lz
flowtop-objs = xmalloc.o \
ioops.o \
oui.o \
str.o \
sig.o \
sock.o \
dev.o \
link.o \
hash.o \
dissector_eth.o \
dissector_80211.o \
dissector.o \
proto_none.o \
tprintf.o \
geoip.o \
screen.o \
flowtop.o
flowtop-eflags = $(shell pkg-config --cflags ncurses)
flowtop-confs = tcp.conf \
udp.conf \
geoip.conf
rel='vcs-git' href='http:///git.distanz.ch/cgit.cgi/linux/net-next.git' title='net-next.git Git repository'/>
of/dma: fix build breakage in ppc4xx adma driver
Convert ppc4xx adma driver to use new node pointer location
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>