From: Yuri Tikhonov <yur@emcraft.com>
To: linuxppc-dev@ozlabs.org
Cc: Stefan Roese <sr@denx.de>
Subject: [PATCH] ppc: Marvell mv64x60 drivers for ppc platforms fix
Date: Sun, 24 Jun 2007 15:52:31 +0400 [thread overview]
Message-ID: <200706241552.31483.yur@emcraft.com> (raw)
This patch fixes the issue of erroneously involving the
arch/powerpc/sysdev/mv64x60*.c files into the compilation
process for ppc- (not powerpc-) based platforms (e.g.,
P3M750).
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
--
diff --git a/arch/powerpc/sysdev/Makefile b/arch/powerpc/sysdev/Makefile
index c3ce0bd..25eaa14 100644
--- a/arch/powerpc/sysdev/Makefile
+++ b/arch/powerpc/sysdev/Makefile
@@ -17,7 +17,9 @@ obj-$(CONFIG_FSL_PCIE) += fsl_pcie.o
obj-$(CONFIG_TSI108_BRIDGE) += tsi108_pci.o tsi108_dev.o
obj-$(CONFIG_QUICC_ENGINE) += qe_lib/
mv64x60-$(CONFIG_PCI) += mv64x60_pci.o
+ifeq ($(CONFIG_PPC_MERGE),y)
obj-$(CONFIG_MV64X60) += $(mv64x60-y) mv64x60_pic.o mv64x60_dev.o
+endif
# contains only the suspend handler for time
obj-$(CONFIG_PM) += timer.o
next reply other threads:[~2007-06-24 12:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-24 11:52 Yuri Tikhonov [this message]
2007-06-24 22:46 ` [PATCH] ppc: Marvell mv64x60 drivers for ppc platforms fix Dale Farnsworth
2007-06-25 1:49 ` Kumar Gala
-- strict thread matches above, loose matches on Subject: below --
2007-06-25 8:47 Yuri Tikhonov
2007-06-25 9:11 ` Segher Boessenkool
2007-06-25 9:51 ` Yuri Tikhonov
2007-06-25 10:14 ` Segher Boessenkool
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=200706241552.31483.yur@emcraft.com \
--to=yur@emcraft.com \
--cc=linuxppc-dev@ozlabs.org \
--cc=sr@denx.de \
/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;
as well as URLs for NNTP newsgroup(s).