1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Highlander specific parts of the kernel 4# 5obj-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 9 10ifneq ($(CONFIG_SH_R7785RP),y) 11obj-$(CONFIG_PUSH_SWITCH) += psw.o 12endif 13