flowtop-libs = -lurcu \ -lnetfilter_conntrack \ $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs ncurses 2> /dev/null \ || echo '-lncurses') \ $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs tinfo 2> /dev/null ) \ -lpthread ifeq ($(CONFIG_GEOIP), 1) flowtop-libs += -lGeoIP \ -lz endif flowtop-objs = xmalloc.o \ str.o \ sig.o \ sock.o \ proc.o \ dev.o \ link.o \ hash.o \ lookup.o \ screen.o \ die.o \ sysctl.o \ flowtop.o ifeq ($(CONFIG_GEOIP), 1) flowtop-objs += geoip.o \ ioops.o endif flowtop-eflags = $(shell $(PKG_CONFIG) --cflags ncurses) \ $(shell $(PKG_CONFIG) --cflags libnetfilter_conntrack) flowtop-confs = tcp.conf \ udp.conf \ geoip.conf it.cgi/'>index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-09-30 15:51:10 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-09-30 15:51:10 -0700
commitdbd8805b0ad46f04cababea5d01f072142961411 (patch)
tree6ac45a7687ba67362d8a39e5da032625fc2e11b1
parent9a2172a8d52cf14ce44e9cadd8c9df84cf832d75 (diff)
parent37aa7271d9742b574763e5ce019bde9c49aa8bfe (diff)
Merge branch 'akpm' (patches from Andrew)
Merge more fixes from Andrew Morton: "Three fixes" * emailed patches from Andrew Morton <akpm@linux-foundation.org>: include/linux/property.h: fix typo/compile error ocfs2: fix deadlock on mmapped page in ocfs2_write_begin_nolock() mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page()
Diffstat