diff options
| author | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-13 17:41:50 +0200 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@twilight.ucw.cz> | 2002-07-13 17:41:50 +0200 |
| commit | b778615810240eec5d9fca413d33a6f89b2ab400 (patch) | |
| tree | 2cd8018f91c61202d7ed8bedd37df84bdeb2e491 /drivers/input/Makefile | |
| parent | 3f744b13183254ff47e12f23b6a52ca49c1ead23 (diff) | |
This cset adds uinput the userspace input driver by
Aristeu Sergio Rozanski Filho.
Diffstat (limited to 'drivers/input/Makefile')
| -rw-r--r-- | drivers/input/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile index d6a647876456..b2dcae092074 100644 --- a/drivers/input/Makefile +++ b/drivers/input/Makefile @@ -16,6 +16,7 @@ obj-$(CONFIG_INPUT_EVDEV) += evdev.o obj-$(CONFIG_INPUT_TSDEV) += tsdev.o obj-$(CONFIG_INPUT_POWER) += power.o obj-$(CONFIG_INPUT_EVBUG) += evbug.o +obj-$(CONFIG_INPUT_UINPUT) += uinput.o obj-$(CONFIG_INPUT_KEYBOARD) += keyboard/ obj-$(CONFIG_INPUT_MOUSE) += mouse/ |
