blob: 254975a9174ebdf73d253e3bb5e8d8abce46e2c9 [file] [log] [blame]
Laurent Pinchart7e8970e2011-02-12 18:05:06 -03001# Makefile for OMAP3 ISP driver
2
Arnaud Lacombe3f5c14d2011-08-15 02:07:08 -03003ccflags-$(CONFIG_VIDEO_OMAP3_DEBUG) += -DDEBUG
Laurent Pinchart7e8970e2011-02-12 18:05:06 -03004
5omap3-isp-objs += \
Laurent Pinchartfbac1402014-03-09 20:36:15 -03006 isp.o ispvideo.o \
Laurent Pinchart7e8970e2011-02-12 18:05:06 -03007 ispcsiphy.o ispccp2.o ispcsi2.o \
8 ispccdc.o isppreview.o ispresizer.o \
9 ispstat.o isph3a_aewb.o isph3a_af.o isphist.o
10
11obj-$(CONFIG_VIDEO_OMAP3) += omap3-isp.o