This patch adds the Kconfig and Makefile for the c8sectpfe driver so it will be built. It also selects additional demodulator and tuners which are required by the supported NIM cards. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9 lines
303 B
Makefile
9 lines
303 B
Makefile
c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
|
|
c8sectpfe-debugfs.o
|
|
|
|
obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
|
|
|
|
ccflags-y += -Idrivers/media/i2c
|
|
ccflags-y += -Idrivers/media/common
|
|
ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/ \
|
|
-Idrivers/media/tuners/
|