summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/saa7134/Makefile
diff options
context:
space:
mode:
authorRicardo Cerqueira <devnull@localhost>2005-12-20 19:52:48 +0000
committerRicardo Cerqueira <devnull@localhost>2005-12-20 19:52:48 +0000
commita33c0012ef7d53fee0089622b95f4122df655f46 (patch)
tree0aa1755301017343fd3427f1b5b2cc825deb7e2f /linux/drivers/media/video/saa7134/Makefile
parent7e385f8261bb2ad4e4129af2504f8c9fe2ec8dfe (diff)
downloadmediapointer-dvb-s2-a33c0012ef7d53fee0089622b95f4122df655f46.tar.gz
mediapointer-dvb-s2-a33c0012ef7d53fee0089622b95f4122df655f46.tar.bz2
Give saa7134 DMA audio modules their own Kconfig options
From: Ricardo Cerqueira <v4l@cerqueira.org> the saa7134 DMA sound modules now have their own Kconfig entries, and if built statically enforce exclusivity Signed-off-by:
Diffstat (limited to 'linux/drivers/media/video/saa7134/Makefile')
-rw-r--r--linux/drivers/media/video/saa7134/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/linux/drivers/media/video/saa7134/Makefile b/linux/drivers/media/video/saa7134/Makefile
index 134f83a96..1ba998424 100644
--- a/linux/drivers/media/video/saa7134/Makefile
+++ b/linux/drivers/media/video/saa7134/Makefile
@@ -4,8 +4,11 @@ saa7134-objs := saa7134-cards.o saa7134-core.o saa7134-i2c.o \
saa7134-video.o saa7134-input.o
obj-$(CONFIG_VIDEO_SAA7134) += saa7134.o saa7134-empress.o \
- saa6752hs.o saa7134-alsa.o \
- saa7134-oss.o
+ saa6752hs.o
+
+obj-$(CONFIG_VIDEO_SAA7134_ALSA) += saa7134-alsa.o
+obj-$(CONFIG_VIDEO_SAA7134_OSS) += saa7134-oss.o
+
obj-$(CONFIG_VIDEO_SAA7134_DVB) += saa7134-dvb.o
EXTRA_CFLAGS += -I$(src)/..