From: Geoff Levand <geoffrey.levand@am.sony.com>
To: ralf@linux-mips.org
Cc: linux-mips@linux-mips.org
Subject: [PATCH 4/4] fix tx4938 undefined reference
Date: Tue, 04 Apr 2006 17:41:14 -0700 [thread overview]
Message-ID: <4433122A.1090104@am.sony.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2 bytes --]
[-- Attachment #2: fix-mips-undefined-sio.patch --]
[-- Type: text/x-patch, Size: 609 bytes --]
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
next reply other threads:[~2006-04-05 0:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-05 0:41 Geoff Levand [this message]
2006-04-05 13:47 ` [PATCH 4/4] fix tx4938 undefined reference Sergei Shtylyov
2006-04-05 16:09 ` Geoff Levand
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4433122A.1090104@am.sony.com \
--to=geoffrey.levand@am.sony.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox