| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] fixed Makefile about EV64120 PCI fixup |
| From: | Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> |
| Date: | Mon, 31 Jul 2006 23:05:04 +0900 |
| Cc: | linux-mips <linux-mips@linux-mips.org> |
| Organization: | TriPeaks Corporation |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
Hi Ralf, This patch has fixed Makefile about EV64120 PCI fixup. Please apply. Yoichi Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp> diff -pruN -X mips/Documentation/dontdiff mips-orig/arch/mips/pci/Makefile mips/arch/mips/pci/Makefile --- mips-orig/arch/mips/pci/Makefile 2006-07-31 13:48:35.879388750 +0900 +++ mips/arch/mips/pci/Makefile 2006-07-31 13:49:44.115653250 +0900 @@ -28,7 +28,7 @@ obj-$(CONFIG_DDB5477) += fixup-ddb5477. obj-$(CONFIG_LASAT) += pci-lasat.o obj-$(CONFIG_MIPS_ATLAS) += fixup-atlas.o obj-$(CONFIG_MIPS_COBALT) += fixup-cobalt.o -obj-$(CONFIG_MIPS_EV96100) += fixup-ev64120.o +obj-$(CONFIG_MIPS_EV64120) += fixup-ev64120.o obj-$(CONFIG_MIPS_EV96100) += fixup-ev96100.o pci-ev96100.o obj-$(CONFIG_MIPS_ITE8172) += fixup-ite8172g.o obj-$(CONFIG_MIPS_IVR) += fixup-ivr.o |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] dump_stack() based on prologue code analysis, Atsushi Nemoto |
|---|---|
| Next by Date: | [PATCH] changed common definitions to using asm-generic/signal.h, Yoichi Yuasa |
| Previous by Thread: | Re: Bug#380531: linux-2.6: mips and mipsel personality(2) support is broken, Martin Michlmayr |
| Next by Thread: | [PATCH] changed common definitions to using asm-generic/signal.h, Yoichi Yuasa |
| Indexes: | [Date] [Thread] [Top] [All Lists] |