diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-02-05 01:01:19 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-02-05 01:01:19 +0000 |
commit | c57670c55888e298bc39ccfb4cc020b963a478c5 (patch) | |
tree | 7e27a5242378578355b157f2bd111c53d9bc637e /arch/mips/kernel/Makefile | |
parent | cd9c7b91255d76b162294d984accf4c3a712c46a (diff) |
Compilation fixes.
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index 03a7421ef..02fc79c9d 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile @@ -35,7 +35,9 @@ endif endif obj-$(CONFIG_MIPS_FPE_MODULE) += fpe.o -obj-$(CONFIG_MIPS_FPU_EMULATOR) += softfp.o +ifndef CONFIG_MIPS_FPU_EMULATOR + obj-y += softfp.o +endif # Old style irq support, going to die in 2.5. export-objs += old-irq.o |