diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-02-01 15:01:45 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-05-01 12:13:56 +0200 |
commit | 394b4755f7951c7c598b3162a98772677ee9dace (patch) | |
tree | f76679f6efa5268285815f4fd24b82f252fcbe27 /isp/Makefile | |
parent | eb895a988d1531c7ede0f7b983db61f38770d929 (diff) |
stats: Add support for the AEWB statistics engine
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/Makefile')
-rw-r--r-- | isp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isp/Makefile b/isp/Makefile index 4b47ee6..6521a95 100644 --- a/isp/Makefile +++ b/isp/Makefile @@ -6,6 +6,7 @@ LDFLAGS := OBJECTS := controls.o \ media.o \ omap3isp.o \ + stats.o \ subdev.o \ v4l2.o \ v4l2-pool.o |