aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tlg2300/Makefile
diff options
context:
space:
mode:
authorHuang Shijie <shijie8@gmail.com>2010-02-02 04:07:47 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-02-26 15:10:58 -0300
commit5b3f03f044ad6dffc8cd8c9c50bc5d7769cbd89f (patch)
tree3d11db7c9003c1725965149491ee959db4da6099 /drivers/media/video/tlg2300/Makefile
parent433763faec55e5f0e3aeb084da504c566134a934 (diff)
downloadkernel_samsung_smdk4412-5b3f03f044ad6dffc8cd8c9c50bc5d7769cbd89f.zip
kernel_samsung_smdk4412-5b3f03f044ad6dffc8cd8c9c50bc5d7769cbd89f.tar.gz
kernel_samsung_smdk4412-5b3f03f044ad6dffc8cd8c9c50bc5d7769cbd89f.tar.bz2
V4L/DVB: Add driver for Telegent tlg2300
pd-common.h contains the common data structures, while vendorcmds.h contains the vendor commands for firmware. [mchehab@redhat.com: Folded the 10 patches with the driver] Signed-off-by: Huang Shijie <shijie8@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/tlg2300/Makefile')
-rw-r--r--drivers/media/video/tlg2300/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/video/tlg2300/Makefile b/drivers/media/video/tlg2300/Makefile
new file mode 100644
index 0000000..81bb7fd
--- /dev/null
+++ b/drivers/media/video/tlg2300/Makefile
@@ -0,0 +1,9 @@
+poseidon-objs := pd-video.o pd-alsa.o pd-dvb.o pd-radio.o pd-main.o
+
+obj-$(CONFIG_VIDEO_TLG2300) += poseidon.o
+
+EXTRA_CFLAGS += -Idrivers/media/video
+EXTRA_CFLAGS += -Idrivers/media/common/tuners
+EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
+EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
+