forked from Minki/linux
f2fe89061d
First version of the Virtual Media Controller. Add a simple version of the core of the driver, the capture and sensor nodes in the topology, generating a grey image in a hardcoded format. Signed-off-by: Helen Koike <helen.koike@collabora.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> [hans.verkuil@cisco.com: fix small typo in Kconfig] Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
4 lines
90 B
Makefile
4 lines
90 B
Makefile
vimc-objs := vimc-core.o vimc-capture.o vimc-sensor.o
|
|
|
|
obj-$(CONFIG_VIDEO_VIMC) += vimc.o
|