diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-12 01:36:12 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-04-12 01:36:12 -0400 |
commit | d0a0515fc30b55d4b09395d44762c5f41d6d02d5 (patch) | |
tree | 255bf2240af254be7c5cdb6068beb49ef9365bfa /arch/mips/cobalt/Makefile | |
parent | 0de9550971a0ee614ea4f06655e8a49aa3a942a8 (diff) |
Input: cobalt buttons - separate device and driver registration
Create platform device for cobalt buttons as part of arch setup.
This makes the driver follow current driver model more closely.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Acked-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Diffstat (limited to 'arch/mips/cobalt/Makefile')
-rw-r--r-- | arch/mips/cobalt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/cobalt/Makefile b/arch/mips/cobalt/Makefile index 225ac8f34cc..c35ee25e557 100644 --- a/arch/mips/cobalt/Makefile +++ b/arch/mips/cobalt/Makefile @@ -2,7 +2,7 @@ # Makefile for the Cobalt micro systems family specific parts of the kernel # -obj-y := irq.o reset.o setup.o +obj-y := irq.o reset.o setup.o buttons.o obj-$(CONFIG_EARLY_PRINTK) += console.o |