f5c074947f
Add Makefile and update platform/Kconfig and platform/Makefile to enable building of the QCom CAMSS driver. Signed-off-by: Todor Tomov <todor.tomov@linaro.org> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
12 lines
207 B
Makefile
12 lines
207 B
Makefile
# Makefile for Qualcomm CAMSS driver
|
|
|
|
qcom-camss-objs += \
|
|
camss.o \
|
|
camss-csid.o \
|
|
camss-csiphy.o \
|
|
camss-ispif.o \
|
|
camss-vfe.o \
|
|
camss-video.o \
|
|
|
|
obj-$(CONFIG_VIDEO_QCOM_CAMSS) += qcom-camss.o
|