diff options
author | Thiemo Seufer <ths@networkno.de> | 2005-02-21 05:45:09 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:30:39 -0400 |
commit | 4e6a05fe5f87efd58da16fbf61e1f6329575fcfd (patch) | |
tree | ed16ed0f4f0307373bba6f83e91fc6495add020b /arch/mips/kernel/Makefile | |
parent | 7ee8798f3756fc473e63abeba56fae3e192ce71f (diff) |
Improved modules loader, more robust and works on 64bit kernels.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/Makefile')
-rw-r--r-- | arch/mips/kernel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mips/kernel/Makefile b/arch/mips/kernel/Makefile index d3303584fbd1..d54964d52c83 100644 --- a/arch/mips/kernel/Makefile +++ b/arch/mips/kernel/Makefile | |||
@@ -11,11 +11,7 @@ obj-y += cpu-probe.o branch.o entry.o genex.o irq.o process.o \ | |||
11 | binfmt_irix-objs := irixelf.o irixinv.o irixioctl.o irixsig.o \ | 11 | binfmt_irix-objs := irixelf.o irixinv.o irixioctl.o irixsig.o \ |
12 | irix5sys.o sysirix.o | 12 | irix5sys.o sysirix.o |
13 | 13 | ||
14 | ifdef CONFIG_MODULES | 14 | obj-$(CONFIG_MODULES) += mips_ksyms.o module.o |
15 | obj-y += mips_ksyms.o module.o | ||
16 | obj-$(CONFIG_32BIT) += module-elf32.o | ||
17 | obj-$(CONFIG_64BIT) += module-elf64.o | ||
18 | endif | ||
19 | 15 | ||
20 | obj-$(CONFIG_CPU_R3000) += r2300_fpu.o r2300_switch.o | 16 | obj-$(CONFIG_CPU_R3000) += r2300_fpu.o r2300_switch.o |
21 | obj-$(CONFIG_CPU_TX39XX) += r2300_fpu.o r2300_switch.o | 17 | obj-$(CONFIG_CPU_TX39XX) += r2300_fpu.o r2300_switch.o |