~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to drivers/media/video/omap3isp/Makefile

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile for OMAP3 ISP driver
 
2
 
 
3
ccflags-$(CONFIG_VIDEO_OMAP3_DEBUG) += -DDEBUG
 
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