mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
45d011031d
Prevent the zoran driver sources from cluttering the video directory. This changeset only moves the drivers and it does not fix any of the checkpatch warnings/errors to keep the changeset clean. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
6 lines
233 B
Makefile
6 lines
233 B
Makefile
zr36067-objs := zoran_procfs.o zoran_device.o \
|
|
zoran_driver.o zoran_card.o
|
|
|
|
obj-$(CONFIG_VIDEO_ZORAN) += zr36067.o videocodec.o
|
|
obj-$(CONFIG_VIDEO_ZORAN_DC30) += zr36050.o zr36016.o
|
|
obj-$(CONFIG_VIDEO_ZORAN_ZR36060) += zr36060.o
|