mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 10:33:27 +00:00
ccae7af2bf
Move the tuners one level up, as the "common" directory will be used by drivers that are shared between more than one driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
21 lines
665 B
Makefile
21 lines
665 B
Makefile
#
|
|
# Makefile for the kernel SAA7146 FULL TS DVB device driver
|
|
# and the AV7110 DVB device driver
|
|
#
|
|
|
|
dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o av7110_ipack.o
|
|
|
|
ifdef CONFIG_INPUT_EVDEV
|
|
dvb-ttpci-objs += av7110_ir.o
|
|
endif
|
|
|
|
obj-$(CONFIG_TTPCI_EEPROM) += ttpci-eeprom.o
|
|
obj-$(CONFIG_DVB_BUDGET_CORE) += budget-core.o
|
|
obj-$(CONFIG_DVB_BUDGET) += budget.o
|
|
obj-$(CONFIG_DVB_BUDGET_AV) += budget-av.o
|
|
obj-$(CONFIG_DVB_BUDGET_CI) += budget-ci.o
|
|
obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-patch.o
|
|
obj-$(CONFIG_DVB_AV7110) += dvb-ttpci.o
|
|
|
|
ccflags-y += -Idrivers/media/dvb-core/ -Idrivers/media/dvb-frontends/
|
|
ccflags-y += -Idrivers/media/tuners
|