Add the OMAP3 ISP driver to the kernel build system. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>tirimbino
parent
68e342b306
commit
7e8970e1d5
@ -0,0 +1,13 @@ |
||||
# Makefile for OMAP3 ISP driver
|
||||
|
||||
ifdef CONFIG_VIDEO_OMAP3_DEBUG |
||||
EXTRA_CFLAGS += -DDEBUG
|
||||
endif |
||||
|
||||
omap3-isp-objs += \
|
||||
isp.o ispqueue.o ispvideo.o \
|
||||
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
|
Loading…
Reference in new issue