From da05c750d967568b405a196ed62fd41d3b486311 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 30 May 2001 17:46:43 +0000 Subject: Typo fix from Jun and some reformatting by me. --- arch/mips/kernel/Makefile | 8 ++++---- 1 file 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 -- cgit v1.2.3