Makefile 309 B

12345678910111213
  1. # Makefile for OMAP3 ISP driver
  2. ifdef CONFIG_VIDEO_OMAP3_DEBUG
  3. EXTRA_CFLAGS += -DDEBUG
  4. endif
  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. obj-$(CONFIG_VIDEO_OMAP3) += omap3-isp.o