diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-12-02 19:57:10 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-01-17 08:55:27 -0500 |
commit | 41e840b13e111ba18b138d055ddd250bd5ad5e39 (patch) | |
tree | dd5c1a60f06549925277c396a964724dd87329e1 /drivers/media/dvb/mantis/Makefile | |
parent | 6ccf80eb15ccaca4d3f1ab5162b9ded5eecd9971 (diff) |
V4L/DVB (13699): [Mantis, MB86A16] Initial checkin: Mantis, MB86A16
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/mantis/Makefile')
-rw-r--r-- | drivers/media/dvb/mantis/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/mantis/Makefile b/drivers/media/dvb/mantis/Makefile new file mode 100644 index 000000000000..a980ff2382b7 --- /dev/null +++ b/drivers/media/dvb/mantis/Makefile | |||
@@ -0,0 +1,7 @@ | |||
1 | mantis-objs = mantis_core.o mantis_dma.o mantis_pci.o mantis_i2c.o \ | ||
2 | mantis_dvb.o mantis_vp1033.o mantis_vp1034.o mantis_vp2033.o \ | ||
3 | mantis_vp3030.o | ||
4 | |||
5 | obj-$(CONFIG_DVB_MANTIS) += mantis.o | ||
6 | |||
7 | EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ | ||