diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-01 23:31:14 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-03 07:58:21 -0200 |
commit | d6ce55de3abcc4910fef1d79212a17480c154704 (patch) | |
tree | 6ac248f7a24ef6701f4d60c12252d06495962eef /drivers/media/video/cx25821/Makefile | |
parent | 92e9d1b70f7dd41576b9a890bc34a14f4cc2185b (diff) | |
download | lwn-d6ce55de3abcc4910fef1d79212a17480c154704.tar.gz lwn-d6ce55de3abcc4910fef1d79212a17480c154704.zip |
[media] move cx25821 out of staging
This driver had the major issues already fixed. Move it out
of staging.
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx25821/Makefile')
-rw-r--r-- | drivers/media/video/cx25821/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/video/cx25821/Makefile b/drivers/media/video/cx25821/Makefile new file mode 100644 index 000000000000..aedde18c68f9 --- /dev/null +++ b/drivers/media/video/cx25821/Makefile @@ -0,0 +1,13 @@ +cx25821-y := cx25821-core.o cx25821-cards.o cx25821-i2c.o \ + cx25821-gpio.o cx25821-medusa-video.o \ + cx25821-video.o cx25821-video-upstream.o \ + cx25821-video-upstream-ch2.o \ + cx25821-audio-upstream.o + +obj-$(CONFIG_VIDEO_CX25821) += cx25821.o +obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o + +ccflags-y := -Idrivers/media/video +ccflags-y += -Idrivers/media/common/tuners +ccflags-y += -Idrivers/media/dvb/dvb-core +ccflags-y += -Idrivers/media/dvb/frontends |