Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0facbe3a authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent b8947444
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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