| To: | ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 4/4] fix tx4938 undefined reference |
| From: | Geoff Levand <geoffrey.levand@am.sony.com> |
| Date: | Tue, 04 Apr 2006 17:41:14 -0700 |
| Cc: | linux-mips@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) |
Fix undefined reference to `txx9_sio_kdbg_rd' when CONFIG_KGDB_8250=y, CONFIG_KGDB_8250=n. Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Index: linux-2.6.16.1/arch/mips/tx4938/common/Makefile =================================================================== --- linux-2.6.16.1.orig/arch/mips/tx4938/common/Makefile 2006-01-02 19:21:10.000000000 -0800 +++ linux-2.6.16.1/arch/mips/tx4938/common/Makefile 2006-03-07 11:05:05.000000000 -0800 @@ -7,5 +7,5 @@ # obj-y += prom.o setup.o irq.o irq_handler.o rtc_rx5c348.o -obj-$(CONFIG_KGDB) += dbgio.o +obj-$(CONFIG_KGDB_8250) += dbgio.o |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/4] fix rbtx4927 ne2000, Geoff Levand |
|---|---|
| Next by Date: | [PATCH 3/4] fix tx4927 header dep, Geoff Levand |
| Previous by Thread: | [PATCH 2/4] fix rbtx4927 ne2000, Geoff Levand |
| Next by Thread: | Re: [PATCH 4/4] fix tx4938 undefined reference, Sergei Shtylyov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |