forked from luck/tmp_suning_uos_patched
[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
|
@ -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