summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pvrusb2/Makefile
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-03-07 00:06:09 -0600
committerMike Isely <isely@pobox.com>2009-03-07 00:06:09 -0600
commit2c96263b343a7a5eb2d017b7727227941a00fc3d (patch)
tree9fb38a2ff0a347012172a8438420ad68e7ae788b /linux/drivers/media/video/pvrusb2/Makefile
parenta5118d42e7e2f3428a63605e6de010d17843d61e (diff)
downloadmediapointer-dvb-s2-2c96263b343a7a5eb2d017b7727227941a00fc3d.tar.gz
mediapointer-dvb-s2-2c96263b343a7a5eb2d017b7727227941a00fc3d.tar.bz2
pvrusb2: Split i2c module handling from i2c adapter
From: Mike Isely <isely@pobox.com> This is the first step in the effort to move the pvrusb2 driver over to using the v4l2-subdev framework. This commit involves mainly splitting apart pvrusb2-i2c-core - part of it is the driver's I2C adapter driver and the rest is the old i2c module handling logic. The i2c module handling junk is moved out to pvrusb2-i2c-track and various header references are correspondingly updated. Yes, this patch has a huge pile of checkpatch complaints, but I'm NOT going to fix any of it. Why? First, I'm moving a large chunk of existing code and I'm not going to spend time adjusting it to match someone's idea of coding style. Second, in the end I expect all that moved code to go away by the time the rework is done so wasting time on it now to adhere to the standard is in the end a large waste of time. Priority: normal Signed-off-by: Mike Isely <isely@pobox.com>
Diffstat (limited to 'linux/drivers/media/video/pvrusb2/Makefile')
-rw-r--r--linux/drivers/media/video/pvrusb2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/pvrusb2/Makefile b/linux/drivers/media/video/pvrusb2/Makefile
index 4fda2de69..931d9d1a0 100644
--- a/linux/drivers/media/video/pvrusb2/Makefile
+++ b/linux/drivers/media/video/pvrusb2/Makefile
@@ -3,6 +3,7 @@ obj-pvrusb2-debugifc-$(CONFIG_VIDEO_PVRUSB2_DEBUGIFC) := pvrusb2-debugifc.o
obj-pvrusb2-dvb-$(CONFIG_VIDEO_PVRUSB2_DVB) := pvrusb2-dvb.o
pvrusb2-objs := pvrusb2-i2c-core.o pvrusb2-i2c-cmd-v4l2.o \
+ pvrusb2-i2c-track.o \
pvrusb2-audio.o pvrusb2-i2c-chips-v4l2.o \
pvrusb2-encoder.o pvrusb2-video-v4l.o \
pvrusb2-eeprom.o pvrusb2-tuner.o \