From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 01/06] ARM: mach-shmobile: Makefile update for old clock code
Date: Thu, 25 Mar 2010 07:07:51 +0000 [thread overview]
Message-ID: <20100325070751.24148.47410.sendpatchset@t400s> (raw)
From: Magnus Damm <damm@opensource.se>
Update the main SH-Mobile ARM Makefile to only build
the old clock framework code when CONFIG_COMMON_CLKDEV
is set. This variable is always set at this point.
This change allows us to easily move over to the clock
framework code from the SH architecture. In the future
we can enable the new code by selecting a new Kconfig
variable and deselecting CONFIG_COMMON_CLKDEV in one
atomic commit.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/Makefile | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
--- 0001/arch/arm/mach-shmobile/Makefile
+++ work/arch/arm/mach-shmobile/Makefile 2010-03-25 12:45:59.000000000 +0900
@@ -6,9 +6,12 @@
obj-y := timer.o console.o
# CPU objects
-obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o clock-sh7367.o intc-sh7367.o
-obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o clock-sh7367.o intc-sh7377.o
-obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o clock-sh7367.o intc-sh7372.o
+obj-$(CONFIG_ARCH_SH7367) += setup-sh7367.o intc-sh7367.o
+obj-$(CONFIG_ARCH_SH7377) += setup-sh7377.o intc-sh7377.o
+obj-$(CONFIG_ARCH_SH7372) += setup-sh7372.o intc-sh7372.o
+
+# Clock framework
+obj-$(CONFIG_COMMON_CLKDEV) += clock-sh7367.o
# Pinmux setup
pfc-$(CONFIG_ARCH_SH7367) := pfc-sh7367.o
reply other threads:[~2010-03-25 7:07 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20100325070751.24148.47410.sendpatchset@t400s \
--to=magnus.damm@gmail.com \
--cc=linux-sh@vger.kernel.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