From ca01b5b4ea188e1c39cdc5a57274294ad303375e Mon Sep 17 00:00:00 2001 From: Gary King Date: Thu, 10 Dec 2009 19:42:55 -0800 Subject: input: add misc input device for NVIDIA Tegra ODM scrollwheel adds a miscellaneous input device for scrollwheels using the NVIDIA Tegra ODM kit adaptation interface for scrollwheels Change-Id: Ic2072010acd3f56a9a1333c90bbda4cdc935ce28 --- drivers/input/misc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/input/misc/Makefile') diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile index 412e573b0b3a..9290d798426a 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile @@ -24,4 +24,5 @@ obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o obj-$(CONFIG_INPUT_GPIO) += gpio_event.o gpio_matrix.o gpio_input.o gpio_output.o gpio_axis.o obj-$(CONFIG_INPUT_KEYCHORD) += keychord.o -obj-$(CONFIG_INPUT_TEGRA_ODM_ACCEL) += tegra_odm_accel.o \ No newline at end of file +obj-$(CONFIG_INPUT_TEGRA_ODM_ACCEL) += tegra_odm_accel.o +obj-$(CONFIG_INPUT_TEGRA_ODM_SCROLL) += tegra_odm_scroll.o -- cgit v1.2.3