18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for common V4L/DVB tuners 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_citda18271-objs := tda18271-maps.o tda18271-common.o tda18271-fe.o 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_XC2028) += tuner-xc2028.o 98c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-simple.o 108c2ecf20Sopenharmony_ci# tuner-types will be merged into tuner-simple, in the future 118c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_SIMPLE) += tuner-types.o 128c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MT20XX) += mt20xx.o 138c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TDA8290) += tda8290.o 148c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TEA5767) += tea5767.o 158c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TEA5761) += tea5761.o 168c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TDA9887) += tda9887.o 178c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TDA827X) += tda827x.o 188c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TDA18271) += tda18271.o 198c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_XC5000) += xc5000.o 208c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_XC4000) += xc4000.o 218c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MSI001) += msi001.o 228c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MT2060) += mt2060.o 238c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MT2063) += mt2063.o 248c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MT2266) += mt2266.o 258c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_QT1010) += qt1010.o 268c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MT2131) += mt2131.o 278c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MXL5005S) += mxl5005s.o 288c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MXL5007T) += mxl5007t.o 298c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MC44S803) += mc44s803.o 308c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MAX2165) += max2165.o 318c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TDA18218) += tda18218.o 328c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TDA18212) += tda18212.o 338c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_E4000) += e4000.o 348c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_FC2580) += fc2580.o 358c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TUA9001) += tua9001.o 368c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_SI2157) += si2157.o 378c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_FC0011) += fc0011.o 388c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_FC0012) += fc0012.o 398c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_FC0013) += fc0013.o 408c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_IT913X) += it913x.o 418c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_R820T) += r820t.o 428c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_MXL301RF) += mxl301rf.o 438c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_QM1D1C0042) += qm1d1c0042.o 448c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_QM1D1B0004) += qm1d1b0004.o 458c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_M88RS6000T) += m88rs6000t.o 468c2ecf20Sopenharmony_ciobj-$(CONFIG_MEDIA_TUNER_TDA18250) += tda18250.o 478c2ecf20Sopenharmony_ci 488c2ecf20Sopenharmony_ciccflags-y += -I$(srctree)/drivers/media/dvb-frontends 49