diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2008-04-04 11:55:41 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-04-28 12:14:31 -0400 |
commit | a9aec7fe74cd912cad74ca621ed91cb1c37566ae (patch) | |
tree | 4fc186913e742b46c02a537ec6b5f32349cef838 /arch/mips/kernel/Makefile | |
parent | 8aa62adafada6e3f29e12dacf1d6f491d2ba5f7f (diff) |
[MIPS] generic txx9 gpio support
This is a board-independent TXx9 gpio API implementation using gpiolib.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index d0ca4d41bb74..87067e8fee9e 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile | |||
@@ -81,6 +81,8 @@ obj-$(CONFIG_64BIT) += cpu-bugs64.o | |||
81 | 81 | ||
82 | obj-$(CONFIG_I8253) += i8253.o | 82 | obj-$(CONFIG_I8253) += i8253.o |
83 | 83 | ||
84 | obj-$(CONFIG_GPIO_TXX9) += gpio_txx9.o | ||
85 | |||
84 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o | 86 | obj-$(CONFIG_KEXEC) += machine_kexec.o relocate_kernel.o |
85 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o | 87 | obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |
86 | 88 | ||