diff options
| author | Vojtech Pavlik <vojtech@silver.ucw.cz> | 2005-02-06 12:13:52 +0100 |
|---|---|---|
| committer | Vojtech Pavlik <vojtech@silver.ucw.cz> | 2005-02-06 12:13:52 +0100 |
| commit | bb2741a384bf45e58bf38bd86236a3d88126aeea (patch) | |
| tree | f9860d65089f5f50b12b2da0b415f5989e7f70e8 /drivers/input/touchscreen/Makefile | |
| parent | cf81d0bdef7adcfff440192c656e193157e13de0 (diff) | |
input: New driver for ICS MicroClock MK712 TouchScreens.
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Diffstat (limited to 'drivers/input/touchscreen/Makefile')
| -rw-r--r-- | drivers/input/touchscreen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/Makefile b/drivers/input/touchscreen/Makefile index 85ad29a947e0..94fd592be09e 100644 --- a/drivers/input/touchscreen/Makefile +++ b/drivers/input/touchscreen/Makefile @@ -5,5 +5,6 @@ # Each configuration option enables a list of files. obj-$(CONFIG_TOUCHSCREEN_BITSY) += h3600_ts_input.o -obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o obj-$(CONFIG_TOUCHSCREEN_CORGI) += corgi_ts.o +obj-$(CONFIG_TOUCHSCREEN_GUNZE) += gunze.o +obj-$(CONFIG_TOUCHSCREEN_MK712) += mk712.o |
