diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-06-18 09:19:11 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 16:53:03 -0400 |
commit | 5b89ecf98998911f397fa913b06ee2304a373e54 (patch) | |
tree | 1d89d7b8fa0e5e330ce6e43ac13085de1d6fedb5 /drivers/media/video/em28xx/Makefile | |
parent | 0f8a61fc42a618e25c61549590c35c66c63e2ca7 (diff) |
[media] em28xx: Allow to compile it without RC/input support
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/Makefile')
-rw-r--r-- | drivers/media/video/em28xx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/media/video/em28xx/Makefile b/drivers/media/video/em28xx/Makefile index d0f093d1d0df..38aaa004f57d 100644 --- a/drivers/media/video/em28xx/Makefile +++ b/drivers/media/video/em28xx/Makefile | |||
@@ -1,5 +1,7 @@ | |||
1 | em28xx-objs := em28xx-video.o em28xx-i2c.o em28xx-cards.o em28xx-core.o \ | 1 | em28xx-y := em28xx-video.o em28xx-i2c.o em28xx-cards.o |
2 | em28xx-input.o em28xx-vbi.o | 2 | em28xx-y += em28xx-core.o em28xx-vbi.o |
3 | |||
4 | em28xx-$(CONFIG_VIDEO_EM28XX_RC) += em28xx-input.o | ||
3 | 5 | ||
4 | em28xx-alsa-objs := em28xx-audio.o | 6 | em28xx-alsa-objs := em28xx-audio.o |
5 | 7 | ||