summaryrefslogtreecommitdiff
path: root/drivers/media/pci/netup_unidvb/Makefile
diff options
context:
space:
mode:
authorKozlov Sergey <serjk@netup.ru>2015-07-28 11:33:04 -0300
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-08-11 15:16:40 -0300
commit52b1eaf4c59a3bbd07afbb4ab4f43418a807d02e (patch)
tree042e8ebad3e20290e88ad6c7bb713e4aa8237aae /drivers/media/pci/netup_unidvb/Makefile
parentc8946c8d5ab8725bd763fc98c0ec6e1e94e6f6a0 (diff)
[media] netup_unidvb: NetUP Universal DVB-S/S2/T/T2/C PCI-E card driver
Add NetUP Dual Universal CI PCIe board driver. The board has - two CI slots - two I2C adapters - SPI master bus for accessing flash memory containing FPGA firmware No changes required. Signed-off-by: Kozlov Sergey <serjk@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/pci/netup_unidvb/Makefile')
-rw-r--r--drivers/media/pci/netup_unidvb/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/pci/netup_unidvb/Makefile b/drivers/media/pci/netup_unidvb/Makefile
new file mode 100644
index 000000000000..ee6ae0501eae
--- /dev/null
+++ b/drivers/media/pci/netup_unidvb/Makefile
@@ -0,0 +1,9 @@
+netup-unidvb-objs += netup_unidvb_core.o
+netup-unidvb-objs += netup_unidvb_i2c.o
+netup-unidvb-objs += netup_unidvb_ci.o
+netup-unidvb-objs += netup_unidvb_spi.o
+
+obj-$(CONFIG_DVB_NETUP_UNIDVB) += netup-unidvb.o
+
+ccflags-y += -Idrivers/media/dvb-core
+ccflags-y += -Idrivers/media/dvb-frontends