Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for the AV7110 DVB device driver
0004 #
0005 
0006 dvb-ttpci-objs := av7110_hw.o av7110_v4l.o av7110_av.o av7110_ca.o av7110.o \
0007                   av7110_ipack.o dvb_filter.o
0008 
0009 ifdef CONFIG_DVB_AV7110_IR
0010 dvb-ttpci-objs += av7110_ir.o
0011 endif
0012 
0013 obj-$(CONFIG_DVB_BUDGET_PATCH) += budget-patch.o
0014 
0015 obj-$(CONFIG_DVB_AV7110) += dvb-ttpci.o
0016 
0017 obj-$(CONFIG_DVB_SP8870) += sp8870.o
0018 
0019 ccflags-y += -I $(srctree)/drivers/media/dvb-frontends
0020 ccflags-y += -I $(srctree)/drivers/media/tuners
0021 ccflags-y += -I $(srctree)/drivers/media/pci/ttpci
0022 ccflags-y += -I $(srctree)/drivers/media/common