diff options
author | Kevin D. Kissell <kevink@mips.com> | 2008-04-16 15:32:22 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-05-12 16:46:51 +0100 |
commit | 1928cc84a0a937ce7042d9235996ab380f36f18a (patch) | |
tree | b51daa0c0b39db4db4c19e934593423e2721ef71 /arch/mips/kernel/Makefile | |
parent | 9f2546adedda600687bba6ef3e1546a8ecbc16eb (diff) | |
download | linux-1928cc84a0a937ce7042d9235996ab380f36f18a.tar.gz linux-1928cc84a0a937ce7042d9235996ab380f36f18a.tar.bz2 linux-1928cc84a0a937ce7042d9235996ab380f36f18a.zip |
[MIPS] MT: Functional fixes and a little reformatting of APRP support
Signed-off-by: Kevin D. Kissell <kevink@mips.com>
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, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 45545be3eb86..cc0244036aec 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -56,9 +56,9 @@ obj-$(CONFIG_MIPS_MT_SMP) += smp-mt.o obj-$(CONFIG_MIPS_CMP) += smp-cmp.o obj-$(CONFIG_CPU_MIPSR2) += spram.o -obj-$(CONFIG_MIPS_APSP_KSPD) += kspd.o obj-$(CONFIG_MIPS_VPE_LOADER) += vpe.o obj-$(CONFIG_MIPS_VPE_APSP_API) += rtlx.o +obj-$(CONFIG_MIPS_APSP_KSPD) += kspd.o obj-$(CONFIG_I8259) += i8259.o obj-$(CONFIG_IRQ_CPU) += irq_cpu.o |