summaryrefslogtreecommitdiff
path: root/ifpps/Makefile
blob: a86e88c60e1bbb7bd66a1b85691edc6a091cbd86 (plain)
1
2
3
4
5
6
ifpps-libs =	$(shell pkg-config --libs ncurses)

ifpps-objs =	xmalloc.o \
		xio.o \
		xutils.o \
		ifpps.o
td>-0/+47 2016-07-19greybus: interface: partition attribute groupJohan Hovold1-3/+38 2016-07-19greybus: interface: add interface-type attributeJohan Hovold3-0/+34 2016-07-19greybus: arche-platform: Add support for init-off featureVaibhav Hiremath1-14/+16 2016-07-19greybus: connection: drop the svc quiescing operationJohan Hovold4-64/+0 2016-07-19greybus: sdio: add switch voltage operationRui Miguel Silva1-0/+6 2016-07-19greybus: sdio: convert vdd kernel values to greybusRui Miguel Silva1-1/+8 2016-07-19greybus: bootrom: Use "s2l" instead of boot stage in package nameViresh Kumar1-3/+10 2016-07-19greybus: timesync: Bugfix ping should not result in -EAGAINBryan O'Donoghue1-1/+1 2016-07-18greybus: greybus_protocols.h: convert __u32 to __le32Bryan O'Donoghue1-4/+4 2016-07-18greybus: greybus_protocols.h/es2: Ensure __le32 is used not u32Bryan O'Donoghue2-4/+8 2016-07-17greybus: camera: Update CSI config parametersJacopo Mondi