Laurent Pinchart | 7e8970e | 2011-02-12 18:05:06 -0300 | [diff] [blame] | 1 | # Makefile for OMAP3 ISP driver |
2 | |||||
Arnaud Lacombe | 3f5c14d | 2011-08-15 02:07:08 -0300 | [diff] [blame] | 3 | ccflags-$(CONFIG_VIDEO_OMAP3_DEBUG) += -DDEBUG |
Laurent Pinchart | 7e8970e | 2011-02-12 18:05:06 -0300 | [diff] [blame] | 4 | |
5 | omap3-isp-objs += \ | ||||
6 | isp.o ispqueue.o ispvideo.o \ | ||||
7 | 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 | |||||
11 | obj-$(CONFIG_VIDEO_OMAP3) += omap3-isp.o |