mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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>
This commit is contained in:
parent
b8947444a7
commit
0facbe3a34
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
#
|
#
|
||||||
irqinit-y := irq-r7780rp.o
|
irqinit-y := irq-r7780rp.o
|
||||||
irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
|
irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
|
||||||
obj-$(CONFIG_PUSH_SWITCH) += psw.o
|
|
||||||
obj-y := setup.o irq.o $(irqinit-y)
|
obj-y := setup.o irq.o $(irqinit-y)
|
||||||
|
obj-$(CONFIG_PUSH_SWITCH) += psw.o
|
||||||
|
|
Loading…
Reference in a new issue