Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0facbe3a34556bbc30333971e32c5430b087fcb1
Commit:     0facbe3a34556bbc30333971e32c5430b087fcb1
Parent:     b8947444a738c6407466244c60e9e4a2999af555
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Fri May 11 11:23:05 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Mon May 14 09:18:34 2007 +0900

    sh: Fix up psw build rules for r7780rp.
    
    When reordering the Makefile rules, the psw support was being
    clobbered. Fix it up so it's linked in again.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 arch/sh/boards/renesas/r7780rp/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/sh/boards/renesas/r7780rp/Makefile 
b/arch/sh/boards/renesas/r7780rp/Makefile
index 609e5d5..5255610 100644
--- a/arch/sh/boards/renesas/r7780rp/Makefile
+++ b/arch/sh/boards/renesas/r7780rp/Makefile
@@ -3,5 +3,5 @@
 #
 irqinit-y                      := irq-r7780rp.o
 irqinit-$(CONFIG_SH_R7785RP)   := irq-r7785rp.o
-obj-$(CONFIG_PUSH_SWITCH)      += psw.o
 obj-y                          := setup.o irq.o $(irqinit-y)
+obj-$(CONFIG_PUSH_SWITCH)      += psw.o
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to