Input: clean up Makefile (use input-core-y)
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 22 Nov 2010 20:39:28 +0000 (12:39 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 22 Nov 2010 20:54:05 +0000 (12:54 -0800)
commitebde50d5a49122c164f81958a03993e1c947c0b6
treedad563b98ff0122c7e3e4e30f1bcd294a63c59fc
parentf09830ab15bfb7eb4e832e44189b5b5883309811
Input: clean up Makefile (use input-core-y)

The proper way to specify multi-source object is to use <name>-y instead
of <name>-obj (which is deprecated) as it allows conditional inclusion
of modules in the list.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/Makefile