Explorar el Código

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 <lethal@linux-sh.org>
Paul Mundt hace 18 años
padre
commit
0facbe3a34
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      arch/sh/boards/renesas/r7780rp/Makefile

+ 1 - 1
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