1da2014a2SPaul Mundt#
2da2014a2SPaul Mundt# Makefile for the R7780RP-1 specific parts of the kernel
3da2014a2SPaul Mundt#
4da2014a2SPaul Mundtirqinit-$(CONFIG_SH_R7780MP)	:= irq-r7780mp.o
5da2014a2SPaul Mundtirqinit-$(CONFIG_SH_R7785RP)	:= irq-r7785rp.o
6da2014a2SPaul Mundtirqinit-$(CONFIG_SH_R7780RP)	:= irq-r7780rp.o
7da2014a2SPaul Mundtobj-y				:= setup.o $(irqinit-y)
8da2014a2SPaul Mundt
9da2014a2SPaul Mundtifneq ($(CONFIG_SH_R7785RP),y)
10da2014a2SPaul Mundtobj-$(CONFIG_PUSH_SWITCH)	+= psw.o
11da2014a2SPaul Mundtendif
12