[media] move the dvb/frontends to drivers/media/dvb-frontends
Raise the DVB frontends one level up, as the intention is to remove the drivers/media/dvb directory. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
3d6c2bc08a
commit
9a0bf528b4
drivers/media
KconfigMakefile
common/tuners
dvb-frontends
KconfigMakefilea8293.ca8293.haf9013.caf9013.haf9013_priv.haf9033.caf9033.haf9033_priv.hatbm8830.catbm8830.hatbm8830_priv.hau8522.hau8522_common.cau8522_decoder.cau8522_dig.cau8522_priv.hbcm3510.cbcm3510.hbcm3510_priv.hbsbe1-d01a.hbsbe1.hbsru6.hcx22700.ccx22700.hcx22702.ccx22702.hcx24110.ccx24110.hcx24113.ccx24113.hcx24116.ccx24116.hcx24123.ccx24123.hcxd2820r.hcxd2820r_c.ccxd2820r_core.ccxd2820r_priv.hcxd2820r_t.ccxd2820r_t2.cdib0070.cdib0070.hdib0090.cdib0090.hdib3000.hdib3000mb.cdib3000mb_priv.hdib3000mc.cdib3000mc.hdib7000m.cdib7000m.hdib7000p.cdib7000p.hdib8000.cdib8000.hdib9000.cdib9000.hdibx000_common.cdibx000_common.hdrxd.hdrxd_firm.cdrxd_firm.hdrxd_hard.cdrxd_map_firm.hdrxk.hdrxk_hard.cdrxk_hard.hdrxk_map.hds3000.cds3000.hdvb-pll.cdvb-pll.hdvb_dummy_fe.cdvb_dummy_fe.hec100.cec100.hec100_priv.heds1547.hhd29l2.chd29l2.hhd29l2_priv.hisl6405.cisl6405.hisl6421.cisl6421.hisl6423.cisl6423.hit913x-fe-priv.hit913x-fe.cit913x-fe.hitd1000.citd1000.hitd1000_priv.hix2505v.cix2505v.h
@ -164,4 +164,8 @@ source "drivers/media/radio/Kconfig"
|
||||
source "drivers/media/dvb-core/Kconfig"
|
||||
source "drivers/media/dvb/Kconfig"
|
||||
|
||||
comment "Supported DVB Frontends"
|
||||
depends on DVB_CORE
|
||||
source "drivers/media/dvb-frontends/Kconfig"
|
||||
|
||||
endif # MEDIA_SUPPORT
|
||||
|
@ -11,4 +11,4 @@ endif
|
||||
obj-y += v4l2-core/ common/ rc/ video/
|
||||
|
||||
obj-$(CONFIG_VIDEO_DEV) += radio/
|
||||
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb/
|
||||
obj-$(CONFIG_DVB_CORE) += dvb-core/ dvb/ dvb-frontends/
|
||||
|
@ -34,4 +34,4 @@ obj-$(CONFIG_MEDIA_TUNER_FC0012) += fc0012.o
|
||||
obj-$(CONFIG_MEDIA_TUNER_FC0013) += fc0013.o
|
||||
|
||||
ccflags-y += -I$(srctree)/drivers/media/dvb-core
|
||||
ccflags-y += -I$(srctree)/drivers/media/dvb/frontends
|
||||
ccflags-y += -I$(srctree)/drivers/media/dvb-frontends
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user