2011-02-13 05:05:06 +08:00
|
|
|
# Makefile for OMAP3 ISP driver
|
|
|
|
|
2011-08-15 13:07:08 +08:00
|
|
|
ccflags-$(CONFIG_VIDEO_OMAP3_DEBUG) += -DDEBUG
|
2011-02-13 05:05:06 +08:00
|
|
|
|
|
|
|
omap3-isp-objs += \
|
2014-03-10 07:36:15 +08:00
|
|
|
isp.o ispvideo.o \
|
2011-02-13 05:05:06 +08:00
|
|
|
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
|