diff options
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 | ||