mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +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>
7 lines
233 B
Makefile
7 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
|