summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/pt1/Makefile
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-23 03:51:22 +0000
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-08-23 03:51:22 +0000
commita2bc08a4bec0c13d9133e5151f68cc58f9f51c39 (patch)
tree8456fb32011c022b0c734d2394d59a477ded0aae /linux/drivers/media/dvb/pt1/Makefile
parentf4e6f03be3f22d5b940f90053ccbf5c10e8ad54a (diff)
downloadmediapointer-dvb-s2-a2bc08a4bec0c13d9133e5151f68cc58f9f51c39.tar.gz
mediapointer-dvb-s2-a2bc08a4bec0c13d9133e5151f68cc58f9f51c39.tar.bz2
Add a driver for Earthsoft PT1
From: Mauro Carvalho Chehab <mchehab@redhat.com> Add a driver for Earthsoft PT1 Eearthsoft PT1 is a PCI card for Japanese broadcasting with two ISDB-S and ISDB-T demodulators. This card has neither MPEG decoder nor conditional access module onboard. It transmits only compressed and possibly encrypted MPEG data over the PCI bus, so you need an external software decoder and a decrypter to watch TV on your computer. This driver is originally developed by Tomoaki Ishikawa <tomy@users.sourceforge.jp> by reverse engineering. Priority: normal [mchehab@redhat.com: renamed isdb_ts to isdbs_ts to use the current standard] Signed-off-by: HIRANO Takahito <hiranotaka@zng.info> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/pt1/Makefile')
-rw-r--r--linux/drivers/media/dvb/pt1/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/pt1/Makefile b/linux/drivers/media/dvb/pt1/Makefile
new file mode 100644
index 000000000..a66da17bb
--- /dev/null
+++ b/linux/drivers/media/dvb/pt1/Makefile
@@ -0,0 +1,5 @@
+earth-pt1-objs := pt1.o va1j5jf8007s.o va1j5jf8007t.o
+
+obj-$(CONFIG_DVB_PT1) += earth-pt1.o
+
+EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core -Idrivers/media/dvb/frontends