diff options
author | David Härdeman | 2014-04-03 20:34:28 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab | 2014-07-25 20:01:25 -0300 |
commit | 4924a311a62f7326dc1220f3abd72b7785d72e6f (patch) | |
tree | da558db6214bc5c8bd40ff279f7d49ecc3c72a39 /drivers/media/rc/Makefile | |
parent | 9c46c7facda384f8fb6078e70b4e84ff84ed949d (diff) |
[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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/rc/Makefile b/drivers/media/rc/Makefile index d07576f417dc..096eb0692a04 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/ |