summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/bt8xx/Makefile
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-03-18 19:57:19 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2006-03-18 19:57:19 +0100
commit0befda04446c7f6c4bb400db7406acc4aa38376f (patch)
treeb1f0de63fb67473cea6ba54ff06f00c26442e1d7 /linux/drivers/media/video/bt8xx/Makefile
parent853281d7ac18c7e109231a4d86a9565623531de2 (diff)
parent2d0abb67a8d568f7bfd5ae1814cf1f34757237da (diff)
downloadmediapointer-dvb-s2-0befda04446c7f6c4bb400db7406acc4aa38376f.tar.gz
mediapointer-dvb-s2-0befda04446c7f6c4bb400db7406acc4aa38376f.tar.bz2
Merge from master
From: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/Makefile')
-rw-r--r--linux/drivers/media/video/bt8xx/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/drivers/media/video/bt8xx/Makefile b/linux/drivers/media/video/bt8xx/Makefile
new file mode 100644
index 000000000..94350f21c
--- /dev/null
+++ b/linux/drivers/media/video/bt8xx/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile for the video capture/playback device drivers.
+#
+
+bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o \
+ bttv-risc.o bttv-vbi.o bttv-i2c.o bttv-gpio.o \
+ bttv-input.o
+
+obj-$(CONFIG_VIDEO_BT848) += bttv.o
+
+EXTRA_CFLAGS += -I$(src)/..
+EXTRA_CFLAGS += -I$(srctree)/drivers/media/dvb/dvb-core