diff options
author | Balaji Rao <balajirrao@openmoko.org> | 2008-11-20 19:46:51 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-20 19:46:51 +0000 |
commit | 5557b3223d35dd25366d6ef047299b1dc94b17e6 (patch) | |
tree | 51916c9efabb93c2a337a703abf686accbfdad36 /drivers/input/misc/Makefile | |
parent | b0c88072f6652fa897d67a4e8c5bea5e09438189 (diff) |
pcf50633_mfd.patch
pcf50633 driver rewritten to use the MFD model.
Diffstat (limited to 'drivers/input/misc/Makefile')
-rw-r--r-- | drivers/input/misc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/Makefile b/drivers/input/misc/Makefile index 75a7a2e07b9..f0ef98e23af 100644 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile @@ -22,4 +22,4 @@ obj-$(CONFIG_INPUT_UINPUT) += uinput.o obj-$(CONFIG_INPUT_APANEL) += apanel.o obj-$(CONFIG_INPUT_SGI_BTNS) += sgi_btns.o obj-$(CONFIG_INPUT_LIS302DL) += lis302dl.o - +obj-$(CONFIG_INPUT_PCF50633_PMU) += pcf50633-input.o |