diff options
author | Frank Schaefer <fschaefer.oss@googlemail.com> | 2013-03-28 00:06:31 +0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-29 13:36:20 +0400 |
commit | 855ff38e880f57814ea5c0cbea853da11fcdf42f (patch) | |
tree | 0e3e52d57b586d54465f469e61dc96699e37866e /drivers/media/usb/em28xx/Makefile | |
parent | b3944c8f676de2e7ccd78151ae6a0518a9c44df6 (diff) | |
download | 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/Makefile | 2 |
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 |