From: Jan Altenberg <jan@linutronix.de>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 2.6.20-rc6][MIPS]Malta: trivial compile error fix
Date: Thu, 25 Jan 2007 16:25:56 +0100 [thread overview]
Message-ID: <1169738756.18700.12.camel@jan-laptop> (raw)
Hi Ralf,
the following patch should fix a compile error for MIPS_MALTA, when
CONFIG_MTD is disabled.
regards,
JAN
---
- Fix a compile error for MIPS_MALTA, when CONFIG_MTD is disabled.
Signed-off-by: Jan Altenberg <jan@linutronix.de>
---
arch/mips/mips-boards/malta/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Index: linux-2.6/arch/mips/mips-boards/malta/Makefile
===================================================================
--- linux-2.6.orig/arch/mips/mips-boards/malta/Makefile
+++ linux-2.6/arch/mips/mips-boards/malta/Makefile
@@ -19,5 +19,6 @@
# under Linux.
#
-obj-y := malta_int.o malta_mtd.o malta_setup.o
+obj-y := malta_int.o malta_setup.o
+obj-$(CONFIG_MTD) += malta_mtd.o
obj-$(CONFIG_SMP) += malta_smp.o
next reply other threads:[~2007-01-25 15:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-25 15:25 Jan Altenberg [this message]
2007-01-25 17:14 ` [PATCH 2.6.20-rc6][MIPS]Malta: trivial compile error fix Ralf Baechle
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=1169738756.18700.12.camel@jan-laptop \
--to=jan@linutronix.de \
--cc=linux-kernel@vger.kernel.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