1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
2da2014a2SPaul Mundt#
361dc6eaeSPaul Mundt# Makefile for the Highlander specific parts of the kernel
4da2014a2SPaul Mundt#
561dc6eaeSPaul Mundtobj-y				:= setup.o
661dc6eaeSPaul Mundtobj-$(CONFIG_SH_R7780RP)	+= irq-r7780rp.o
761dc6eaeSPaul Mundtobj-$(CONFIG_SH_R7780MP)	+= irq-r7780mp.o
861dc6eaeSPaul Mundtobj-$(CONFIG_SH_R7785RP)	+= irq-r7785rp.o pinmux-r7785rp.o
9da2014a2SPaul Mundt
10da2014a2SPaul Mundtifneq ($(CONFIG_SH_R7785RP),y)
11da2014a2SPaul Mundtobj-$(CONFIG_PUSH_SWITCH)	+= psw.o
12da2014a2SPaul Mundtendif
13