mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 06:55:13 +08:00
52b1eaf4c5
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>
10 lines
292 B
Makefile
10 lines
292 B
Makefile
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
|