summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-core/Makefile
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-01-04 05:31:30 -0500
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2018-02-23 05:20:01 -0500
commitec5b100462543aee1f3e139e168699fd3b05cdc6 (patch)
treed5e1b2b594328e3e7749718e5e853a31f5d0efc5 /drivers/media/dvb-core/Makefile
parente77c31ed60d1bbf4879b19309f848e0d8f6df504 (diff)
downloadop-kernel-dev-ec5b100462543aee1f3e139e168699fd3b05cdc6.zip
op-kernel-dev-ec5b100462543aee1f3e139e168699fd3b05cdc6.tar.gz
media: dvb: fix DVB_MMAP symbol name
CONFIG_DVB_MMAP was misspelled either as CONFIG_DVB_MMSP or DVB_MMAP, so it had no effect at all. This fixes that, to make it possible to build it again. Fixes: 4021053ed52d ("media: dvb-core: make DVB mmap API optional") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-core/Makefile')
-rw-r--r--drivers/media/dvb-core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-core/Makefile b/drivers/media/dvb-core/Makefile
index 3a105d8..62b028d 100644
--- a/drivers/media/dvb-core/Makefile
+++ b/drivers/media/dvb-core/Makefile
@@ -4,7 +4,7 @@
#
dvb-net-$(CONFIG_DVB_NET) := dvb_net.o
-dvb-vb2-$(CONFIG_DVB_MMSP) := dvb_vb2.o
+dvb-vb2-$(CONFIG_DVB_MMAP) := dvb_vb2.o
dvb-core-objs := dvbdev.o dmxdev.o dvb_demux.o \
dvb_ca_en50221.o dvb_frontend.o \
OpenPOWER on IntegriCloud