From 211507d598b67e6e274275ab472d5e81ec1afcec Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 22 Feb 2012 23:27:15 +0100 Subject: Factor event handling code out into events.c Signed-off-by: Laurent Pinchart --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 849e367..cb7d846 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ CFLAGS := -O2 -W -Wall -I$(KDIR)/usr/include LDFLAGS := -Lisp LIBS := -lomap3isp -lrt -OBJ_LIVE := live.o videoout.o -OBJ_SNAP := snapshot.o +OBJ_LIVE := live.o events.o videoout.o +OBJ_SNAP := snapshot.o events.o %.o : %.c $(CC) $(CFLAGS) -c -o $@ $< -- cgit v1.2.3