1
0
Fork 0

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>
hifive-unleashed-5.1
Paul Mundt 2007-05-11 11:23:05 +09:00
parent b8947444a7
commit 0facbe3a34
1 changed files with 1 additions and 1 deletions

View 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