| To: | ralf@linux-mips.org, linux-mips@linux-mips.org |
|---|---|
| Subject: | fix 2.4 mips64 build (CONFIG_NEW_TIME_C) |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Thu, 20 May 2004 14:17:32 +0900 (JST) |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
CONFIG_NEW_TIME_C no longer exists. Please apply this to 2.4 tree.
diff -u linux-mips/arch/mips64/kernel/Makefile linux/arch/mips64/kernel/Makefile
--- linux-mips/arch/mips64/kernel/Makefile Thu Mar 11 10:13:45 2004
+++ linux/arch/mips64/kernel/Makefile Thu May 20 13:41:46 2004
@@ -17,12 +17,11 @@
obj-y := branch.o cpu-probe.o entry.o irq.o proc.o process.o \
ptrace.o r4k_cache.o r4k_fpu.o r4k_genex.o r4k_switch.o \
reset.o scall_64.o semaphore.o setup.o signal.o syscall.o \
- traps.o unaligned.o
+ time.o traps.o unaligned.o
obj-$(CONFIG_I8259) += i8259.o
obj-$(CONFIG_IRQ_CPU) += irq_cpu.o
obj-$(CONFIG_IRQ_CPU_RM7K) += irq-rm7000.o
-obj-$(CONFIG_NEW_TIME_C) += time.o
obj-$(CONFIG_MODULES) += mips64_ksyms.o
obj-$(CONFIG_MIPS32_COMPAT) += linux32.o signal32.o ioctl32.o
---
Atsushi Nemoto
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | BE pci/ide/harddisk vs localbus/pcmcia/ide/cf byteswap issues, Michael Pruznick |
|---|---|
| Next by Date: | Re: Using more than 256 MB of memory on SB1250 in 32-bit mode, Daniel Walton |
| Previous by Thread: | BE pci/ide/harddisk vs localbus/pcmcia/ide/cf byteswap issues, Michael Pruznick |
| Next by Thread: | Re: Using more than 256 MB of memory on SB1250 in 32-bit mode, Daniel Walton |
| Indexes: | [Date] [Thread] [Top] [All Lists] |