| Index: drivers/input/mouse/Makefile
|
| diff --git a/drivers/input/mouse/Makefile b/drivers/input/mouse/Makefile
|
| index 570c84a4a6543ce5aa8d94e3c5df0bb015243312..706f2613aa03ec0fcdbfde3b02a8899ed30bedc6 100644
|
| --- a/drivers/input/mouse/Makefile
|
| +++ b/drivers/input/mouse/Makefile
|
| @@ -18,6 +18,7 @@ obj-$(CONFIG_MOUSE_PXA930_TRKBALL) += pxa930_trkball.o
|
| obj-$(CONFIG_MOUSE_RISCPC) += rpcmouse.o
|
| obj-$(CONFIG_MOUSE_SERIAL) += sermouse.o
|
| obj-$(CONFIG_MOUSE_SYNAPTICS_I2C) += synaptics_i2c.o
|
| +obj-$(CONFIG_MOUSE_CYPRESS_I2C) += cypress_i2c.o
|
| obj-$(CONFIG_MOUSE_VSXXXAA) += vsxxxaa.o
|
|
|
| psmouse-objs := psmouse-base.o synaptics.o
|
|
|