Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a0bf528 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

[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: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3d6c2bc0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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/
+1 −1
Original line number Diff line number Diff line
@@ -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
Loading