mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-03 21:01:50 +00:00
sh: Disable psw support for R7785RP.
While R7780RP and R7780MP support this, R7785RP does not. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
0d08b5fb37
commit
9af9a413d2
1 changed files with 4 additions and 1 deletions
|
@ -4,4 +4,7 @@
|
|||
irqinit-y := irq-r7780rp.o
|
||||
irqinit-$(CONFIG_SH_R7785RP) := irq-r7785rp.o
|
||||
obj-y := setup.o irq.o $(irqinit-y)
|
||||
|
||||
ifneq ($(CONFIG_SH_R7785RP),y)
|
||||
obj-$(CONFIG_PUSH_SWITCH) += psw.o
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue