forked from Minki/linux
09ea33e5c6
The new hardware design applied for this cards. Silicon Labs C8051F300 microcontroller is used for LNB power control. It connected to cx23885 GPIO pins: GPIO0 - P0.3 data GPIO1 - P0.2 reset GPIO2 - P0.1 clk GPIO3 - P0.0 busy Tevii S470 based on Montage Technology M88TS2020 digital satellite tuner and M88DS3000 advanced DVB-S/S2 demodulator. Signed-off-by: Igor M. Liplianin <liplianin@me.by> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
14 lines
524 B
Makefile
14 lines
524 B
Makefile
cx23885-objs := cx23885-cards.o cx23885-video.o cx23885-vbi.o \
|
|
cx23885-core.o cx23885-i2c.o cx23885-dvb.o cx23885-417.o \
|
|
cx23885-ioctl.o cx23885-ir.o cx23885-input.o cx23888-ir.o \
|
|
netup-init.o cimax2.o netup-eeprom.o cx23885-f300.o
|
|
|
|
obj-$(CONFIG_VIDEO_CX23885) += cx23885.o
|
|
|
|
EXTRA_CFLAGS += -Idrivers/media/video
|
|
EXTRA_CFLAGS += -Idrivers/media/common/tuners
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
|
|
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
|
|
|
|
EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m)
|