summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/omap3isp
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-02-12 18:05:06 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-03-22 04:53:54 -0300
commit7e8970e1d5ae9237d00909599e70f85fce1fc489 (patch)
tree631dbd30df058c8ad337a9363a915d57ab2f1320 /drivers/media/video/omap3isp
parent68e342b3068cae62f3378cb4a1d385734ea52784 (diff)
downloadop-kernel-dev-7e8970e1d5ae9237d00909599e70f85fce1fc489.zip
op-kernel-dev-7e8970e1d5ae9237d00909599e70f85fce1fc489.tar.gz
[media] omap3isp: Kconfig and Makefile
Add the OMAP3 ISP driver to the kernel build system. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/omap3isp')
-rw-r--r--drivers/media/video/omap3isp/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/video/omap3isp/Makefile b/drivers/media/video/omap3isp/Makefile
new file mode 100644
index 0000000..b1b34477
--- /dev/null
+++ b/drivers/media/video/omap3isp/Makefile
@@ -0,0 +1,13 @@
+# Makefile for OMAP3 ISP driver
+
+ifdef CONFIG_VIDEO_OMAP3_DEBUG
+EXTRA_CFLAGS += -DDEBUG
+endif
+
+omap3-isp-objs += \
+ isp.o ispqueue.o ispvideo.o \
+ ispcsiphy.o ispccp2.o ispcsi2.o \
+ ispccdc.o isppreview.o ispresizer.o \
+ ispstat.o isph3a_aewb.o isph3a_af.o isphist.o
+
+obj-$(CONFIG_VIDEO_OMAP3) += omap3-isp.o
OpenPOWER on IntegriCloud