mirror of
https://github.com/torvalds/linux.git
synced 2024-11-04 11:04:38 +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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user