blob: 880ed68138b00ff3a7aea6efe20fd16f858ec95b [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Paul Mundt5283ecb2006-09-27 15:59:17 +09002#
Paul Mundt61dc6ea2008-10-23 12:35:43 +09003# Makefile for the Highlander specific parts of the kernel
Paul Mundt5283ecb2006-09-27 15:59:17 +09004#
Paul Mundt61dc6ea2008-10-23 12:35:43 +09005obj-y := setup.o
6obj-$(CONFIG_SH_R7780RP) += irq-r7780rp.o
7obj-$(CONFIG_SH_R7780MP) += irq-r7780mp.o
8obj-$(CONFIG_SH_R7785RP) += irq-r7785rp.o pinmux-r7785rp.o
Paul Mundt9af9a412007-05-14 12:48:09 +09009
10ifneq ($(CONFIG_SH_R7785RP),y)
Paul Mundt0facbe32007-05-11 11:23:05 +090011obj-$(CONFIG_PUSH_SWITCH) += psw.o
Paul Mundt9af9a412007-05-14 12:48:09 +090012endif