diff options
author | David Härdeman <david@hardeman.nu> | 2010-10-29 15:08:28 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-12-29 05:16:38 -0500 |
commit | 5b2e303f6df1e0b1a903950c5d613a20c8c71a37 (patch) | |
tree | 2fdd9dfedac05cc473e282e7d20331863b58b6f8 /drivers/input/misc/Makefile | |
parent | d8b4b5822f51e2142b731b42c81e3f03eec475b2 (diff) |
[media] rc-core: convert winbond-cir
Move winbond-cir from drivers/input/misc/ into drivers/media/rc/
and convert it to use rc-core.
Signed-off-by: David Härdeman <david@hardeman.nu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r-- | drivers/input/misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile index 1fe1f6c8b737..06b2b5154038 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile | |||
@@ -38,7 +38,6 @@ obj-$(CONFIG_INPUT_SPARCSPKR) += sparcspkr.o | |||
38 | obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o | 38 | obj-$(CONFIG_INPUT_TWL4030_PWRBUTTON) += twl4030-pwrbutton.o |
39 | obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o | 39 | obj-$(CONFIG_INPUT_TWL4030_VIBRA) += twl4030-vibra.o |
40 | obj-$(CONFIG_INPUT_UINPUT) += uinput.o | 40 | obj-$(CONFIG_INPUT_UINPUT) += uinput.o |
41 | obj-$(CONFIG_INPUT_WINBOND_CIR) += winbond-cir.o | ||
42 | obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o | 41 | obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o |
43 | obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o | 42 | obj-$(CONFIG_INPUT_WM831X_ON) += wm831x-on.o |
44 | obj-$(CONFIG_INPUT_YEALINK) += yealink.o | 43 | obj-$(CONFIG_INPUT_YEALINK) += yealink.o |