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 \ oui.o \ str.o \ sig.o \ sock.o \ dev.o \ link.o \ hash.o \ lookup.o \ tprintf.o \ screen.o \ die.o \ flowtop.o ifeq ($(CONFIG_GEOIP), 1) flowtop-objs += geoip.o \ ioops.o endif flowtop-eflags = $(shell $(PKG_CONFIG) --cflags ncurses) flowtop-confs = tcp.conf \ udp.conf \ geoip.conf ='/cgit.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2016-09-27 12:01:13 +0300
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2016-09-27 12:01:25 +0300
commit2b7926ae1cd44efb006e16d5d165700e5f673294 (patch)
treed261b31fe28538167663a21f00372feb97aa8016
parent4886cd80cb8eab175a527f82ea8fc676e70309fa (diff)
Revert "tpm/tpm_crb: open code the crb_init into acpi_add"
This reverts commit 0c22db435bf79d3cf3089df7ff198d4867df3c27. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Diffstat