aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/Makefile
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2006-06-26 01:49:55 -0400
committerDmitry Torokhov <dtor_core@ameritech.net>2006-06-26 01:49:55 -0400
commit9e8e30a0cc0ccb43773d14d8b8b84bcc585e9cc1 (patch)
tree0e5c5a6b28953b934d4533d330f51af740c0399e /drivers/macintosh/Makefile
parentca56fe07f46e1c174b544e714be183f1476fecea (diff)
downloadlinux-9e8e30a0cc0ccb43773d14d8b8b84bcc585e9cc1.tar.gz
Input: via-pmu - add input device support
Add an input device for the button and lid switch so that userspace gets notified about the user pressing them via the standard input layer. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/macintosh/Makefile')
-rw-r--r--drivers/macintosh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/macintosh/Makefile b/drivers/macintosh/Makefile
index 8972e53d2dcbdc..45a268f8047ed8 100644
--- a/drivers/macintosh/Makefile
+++ b/drivers/macintosh/Makefile
@@ -11,7 +11,7 @@ obj-$(CONFIG_MAC_EMUMOUSEBTN) += mac_hid.o
obj-$(CONFIG_INPUT_ADBHID) += adbhid.o
obj-$(CONFIG_ANSLCD) += ans-lcd.o
-obj-$(CONFIG_ADB_PMU) += via-pmu.o
+obj-$(CONFIG_ADB_PMU) += via-pmu.o via-pmu-event.o
obj-$(CONFIG_PMAC_BACKLIGHT) += via-pmu-backlight.o
obj-$(CONFIG_ADB_CUDA) += via-cuda.o
obj-$(CONFIG_PMAC_APM_EMU) += apm_emu.o