From 72ec206080350e75a87780895f246f5c4f52e790 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 21 May 2018 14:39:40 +0300 Subject: events: Import event handling library from omap3-isp-live The omap3-isp-live project [1] includes a generic event handling library that implements a select-based loop. Instead of reinventing the wheel, import the library and use it. The original license hasn't been modified, and includes both GPL-2.0+ and LGPL-2.1+ code. The sole copyright owner is Laurent Pinchart. [1] git://git.ideasonboard.org/omap3-isp-live.git Signed-off-by: Laurent Pinchart --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4837ec9..490e268 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ LDFLAGS := -g all: uvc-gadget -uvc-gadget: uvc-gadget.o +uvc-gadget: events.o uvc-gadget.o $(CC) $(LDFLAGS) -o $@ $^ clean: -- cgit v1.2.3