1da2014a2SPaul Mundt# 261dc6eaeSPaul Mundt# Makefile for the Highlander specific parts of the kernel 3da2014a2SPaul Mundt# 461dc6eaeSPaul Mundtobj-y := setup.o 561dc6eaeSPaul Mundtobj-$(CONFIG_SH_R7780RP) += irq-r7780rp.o 661dc6eaeSPaul Mundtobj-$(CONFIG_SH_R7780MP) += irq-r7780mp.o 761dc6eaeSPaul Mundtobj-$(CONFIG_SH_R7785RP) += irq-r7785rp.o pinmux-r7785rp.o 8da2014a2SPaul Mundt 9da2014a2SPaul Mundtifneq ($(CONFIG_SH_R7785RP),y) 10da2014a2SPaul Mundtobj-$(CONFIG_PUSH_SWITCH) += psw.o 11da2014a2SPaul Mundtendif 12