diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2012-11-16 00:09:43 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-11-27 17:30:15 +0100 |
commit | 64fff31d7500605587d448a22d325f8f46ba1229 (patch) | |
tree | 25315ccd71e3408b7fe481aa3cc7a3c936771d3f /Makefile | |
parent | 82ff2efdb9787737b9f21b6f4759f077c827b238 (diff) |
Update kernel header files
Update videodev2.h and move it under include/linux. v4l2-common.h and
v4l2-controls.h are now required by videodev2.h as well --- they're really
the reason for moving videodev2.h. The two required headers are added, too.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ CROSS_COMPILE ?= CC := $(CROSS_COMPILE)gcc -CFLAGS ?= -O2 -W -Wall +CFLAGS ?= -O2 -W -Wall -Iinclude LDFLAGS ?= LIBS := -lrt |