]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
sh: Fix up psw build rules for r7780rp.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 11 May 2007 02:23:05 +0000 (11:23 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 14 May 2007 00:18:34 +0000 (09:18 +0900)
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 <lethal@linux-sh.org>
arch/sh/boards/renesas/r7780rp/Makefile

index 609e5d50dde83fdadd5e22d6413f85e14c38a8ef..5255610d4e72aeaba4cd6948a1c61e3716c0e173 100644 (file)
@@ -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