summaryrefslogtreecommitdiff
path: root/drivers/media/usb/em28xx/Makefile
diff options
context:
space:
mode:
authorFrank Schaefer <fschaefer.oss@googlemail.com>2013-03-27 17:06:31 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-29 06:36:20 -0300
commit855ff38e880f57814ea5c0cbea853da11fcdf42f (patch)
tree0e3e52d57b586d54465f469e61dc96699e37866e /drivers/media/usb/em28xx/Makefile
parentb3944c8f676de2e7ccd78151ae6a0518a9c44df6 (diff)
downloadlinux-855ff38e880f57814ea5c0cbea853da11fcdf42f.tar.gz
linux-855ff38e880f57814ea5c0cbea853da11fcdf42f.tar.xz
[media] em28xx: move sensor code to a separate source code file em28xx-camera.c
em28xx-cards.c is very large and the sensor/camera related code is growing, so move this code to a separate source code file em28xx-camera.c. Signed-off-by: Frank Schäfer <fschaefer.oss@googlemail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/em28xx/Makefile')
-rw-r--r--drivers/media/usb/em28xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/em28xx/Makefile b/drivers/media/usb/em28xx/Makefile
index 634fb920dd39..ad6d48557940 100644
--- a/drivers/media/usb/em28xx/Makefile
+++ b/drivers/media/usb/em28xx/Makefile
@@ -1,5 +1,5 @@
em28xx-y += em28xx-video.o em28xx-i2c.o em28xx-cards.o
-em28xx-y += em28xx-core.o em28xx-vbi.o
+em28xx-y += em28xx-core.o em28xx-vbi.o em28xx-camera.o
em28xx-alsa-objs := em28xx-audio.o
em28xx-rc-objs := em28xx-input.o