summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-05-21 14:39:40 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2018-05-21 16:33:34 +0300
commit72ec206080350e75a87780895f246f5c4f52e790 (patch)
tree76a4813d2adf5b054d6a322142bd6ac9542bd44d /Makefile
parent12c8541a416a73e989f536f2358c369301524825 (diff)
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: