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