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 \ ui.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 t.cgi/'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2016-04-22 09:09:41 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-04-22 09:24:31 +1000
commit38bdcfc1fc734a91fd982fe32290f3f70612bf33 (patch)
tree3f7c34f8d60c98c6af5d12bdcab4027530309b43 /Documentation
parent34440ed697aed2588d3e99bbdc75700a967bd1bd (diff)
drm/nouveau/kms: fix setting of default values for dithering properties
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'Documentation')