summaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/Makefile
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2014-04-03 20:34:28 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-07-25 20:01:25 -0300
commit4924a311a62f7326dc1220f3abd72b7785d72e6f (patch)
treeda558db6214bc5c8bd40ff279f7d49ecc3c72a39 /drivers/media/rc/Makefile
parent9c46c7facda384f8fb6078e70b4e84ff84ed949d (diff)
downloadop-kernel-dev-4924a311a62f7326dc1220f3abd72b7785d72e6f.zip
op-kernel-dev-4924a311a62f7326dc1220f3abd72b7785d72e6f.tar.gz
[media] rc-core: rename ir-raw.c
Better to be coherent and prefix this file with rc-, in order to help to identify to what subsystem it belongs. This is in preparaton for a latter patch that will transform the raw handling into a separate module. Signed-off-by: David Härdeman <david@hardeman.nu> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/rc/Makefile')
-rw-r--r--drivers/media/rc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile
index d07576f..096eb06 100644
--- a/drivers/media/rc/Makefile
+++ b/drivers/media/rc/Makefile
@@ -1,4 +1,4 @@
-rc-core-objs := rc-main.o ir-raw.o
+rc-core-objs := rc-main.o rc-ir-raw.o
obj-y += keymaps/
OpenPOWER on IntegriCloud