diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-30 17:46:43 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-30 17:46:43 +0000 |
commit | da05c750d967568b405a196ed62fd41d3b486311 (patch) | |
tree | 8b1e81d979332cad16a05cabd6c22da6741c9e84 /arch | |
parent | bc34b382a28aa9946ce78a84fedd1efa8719cf03 (diff) |
Typo fix from Jun and some reformatting by me.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/kernel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index f22c94f39..0048aee96 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -34,7 +34,7 @@ obj-y += r4k_fpu.o endif endif -obj-$(CONFIG_SMP) += smp.o +obj-$(CONFIG_SMP) += smp.o obj-$(CONFIG_MIPS_FPE_MODULE) += fpe.o ifndef CONFIG_MIPS_FPU_EMULATOR obj-y += softfp.o @@ -47,9 +47,9 @@ obj-$(CONFIG_ROTTEN_IRQ) += old-irq.o # transition from old time.c to new time.c # some boards uses old-time.c, some use time.c, and some use their own ones -exprot-objs += old-time.o time.o -obj-$(CONFIG_OLD_TIME_C) += old-time.o -obj-$(CONFIG_NEW_TIME_C) += time.o +export-objs += old-time.o time.o +obj-$(CONFIG_OLD_TIME_C) += old-time.o +obj-$(CONFIG_NEW_TIME_C) += time.o obj-$(CONFIG_BINFMT_IRIX) += irixelf.o irixioctl.o irixsig.o sysirix.o \ irixinv.o |