162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for the Highlander specific parts of the kernel 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ciobj-y := setup.o 662306a36Sopenharmony_ciobj-$(CONFIG_SH_R7780RP) += irq-r7780rp.o 762306a36Sopenharmony_ciobj-$(CONFIG_SH_R7780MP) += irq-r7780mp.o 862306a36Sopenharmony_ciobj-$(CONFIG_SH_R7785RP) += irq-r7785rp.o pinmux-r7785rp.o 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ciifneq ($(CONFIG_SH_R7785RP),y) 1162306a36Sopenharmony_ciobj-$(CONFIG_PUSH_SWITCH) += psw.o 1262306a36Sopenharmony_ciendif 13