summaryrefslogtreecommitdiff
path: root/flowtop/Makefile
blob: 32fb4bde97c2bab9fa3eee077edd01b19eceafcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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
k.kozlowski@samsung.com>2016-05-03 12:21:50 +0200 committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-05-03 12:21:50 +0200 commit483997a761c003257eb0606bce8d408743ffd8c5 (patch) tree6b0d48e7ef66a2a9cb655dba3c18596cbf181cdc /Documentation/devicetree/bindings/mtd parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)parent81fed6e342c04a4ecb0650c914d24bd57c6c168f (diff)
Merge tag 'clk-v4.7-exynos542x' of git://linuxtv.org/snawrocki/samsung into for-v4.7-late/dts-exynos-devfreq
Addition of IDs for Exynos542x SoC AMBA AXI bus clocks. These IDs are needed before we start using them in DTS.
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')