summaryrefslogtreecommitdiff
path: root/ifpps/Makefile
blob: 4d1a9b60d3b248a8eb4a9d9219fc25274b3f084e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
ifpps-libs =	$(shell pkg-config --libs ncurses 2> /dev/null \
			|| echo '-lncurses') \
		$(shell pkg-config --libs tinfo 2> /dev/null )

ifpps-objs =	xmalloc.o \
		ioops.o \
		str.o \
		link.o \
		sock.o \
		dev.o \
		sig.o \
		screen.o \
		ifpps.o

ifpps-eflags = $(shell pkg-config --cflags ncurses 2> /dev/null)

ifpps-confs =
16 16:30:39 +0200 commit9a449e0de0d708bae7af7f897c1a67848f91c455 (patch) treeefa250d64a68c361be5e15a0b6193a1e537305ea parent56ba355d6b45c74fb9e93361e3af922fcc5d1129 (diff)
dt-bindings: hdmi-connector: add DDC I2C bus phandle documentation
Add an optional ddc-i2c-bus phandle property that points to an I2C master controller that handles the connector DDC pins. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: Rob Herring <robh@kernel.org>
Diffstat