From b63d8b06ef18c93957810d2f1b8b5aaab133408c Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Thu, 9 Oct 2008 10:51:22 +0200 Subject: zoran: move zoran sources into a zoran subdirectory From: Hans Verkuil 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. Priority: normal Signed-off-by: Hans Verkuil --- linux/drivers/media/video/zoran/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 linux/drivers/media/video/zoran/Makefile (limited to 'linux/drivers/media/video/zoran/Makefile') diff --git a/linux/drivers/media/video/zoran/Makefile b/linux/drivers/media/video/zoran/Makefile new file mode 100644 index 000000000..44cc13352 --- /dev/null +++ b/linux/drivers/media/video/zoran/Makefile @@ -0,0 +1,6 @@ +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 -- cgit v1.2.3