License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[sfrench/cifs-2.6.git] / arch / sh / boards / mach-highlander / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Highlander specific parts of the kernel
4 #
5 obj-y                           := setup.o
6 obj-$(CONFIG_SH_R7780RP)        += irq-r7780rp.o
7 obj-$(CONFIG_SH_R7780MP)        += irq-r7780mp.o
8 obj-$(CONFIG_SH_R7785RP)        += irq-r7785rp.o pinmux-r7785rp.o
9
10 ifneq ($(CONFIG_SH_R7785RP),y)
11 obj-$(CONFIG_PUSH_SWITCH)       += psw.o
12 endif