diff options
author | Manu Abraham | 2009-12-02 21:57:10 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2010-01-17 11:55:27 -0200 |
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 @@ +mantis-objs = mantis_core.o mantis_dma.o mantis_pci.o mantis_i2c.o \ + mantis_dvb.o mantis_vp1033.o mantis_vp1034.o mantis_vp2033.o \ + mantis_vp3030.o + +obj-$(CONFIG_DVB_MANTIS) += mantis.o + +EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/ |