From 08ca2096082503225f0d4a269f4671fad1195f77 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Mon, 22 Nov 2010 12:39:28 -0800 Subject: [PATCH] --- yaml --- r: 227105 b: refs/heads/master c: ebde50d5a49122c164f81958a03993e1c947c0b6 h: refs/heads/master i: 227103: cdcc22bd34fb6606fcd64b553f6e9644ed7867d1 v: v3 --- [refs] | 2 +- trunk/drivers/input/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c45107354270..cc092845419a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f09830ab15bfb7eb4e832e44189b5b5883309811 +refs/heads/master: ebde50d5a49122c164f81958a03993e1c947c0b6 diff --git a/trunk/drivers/input/Makefile b/trunk/drivers/input/Makefile index 7ad212d31f99..9fd1cf2b705e 100644 --- a/trunk/drivers/input/Makefile +++ b/trunk/drivers/input/Makefile @@ -5,7 +5,7 @@ # Each configuration option enables a list of files. obj-$(CONFIG_INPUT) += input-core.o -input-core-objs := input.o input-compat.o ff-core.o +input-core-y := input.o input-compat.o ff-core.o obj-$(CONFIG_INPUT_FF_MEMLESS) += ff-memless.o obj-$(CONFIG_INPUT_POLLDEV) += input-polldev.o