License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / sh / boards / mach-highlander / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
5283ecb5 2#
61dc6eae 3# Makefile for the Highlander specific parts of the kernel
5283ecb5 4#
61dc6eae
PM
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
9af9a413
PM
9
10ifneq ($(CONFIG_SH_R7785RP),y)
0facbe3a 11obj-$(CONFIG_PUSH_SWITCH) += psw.o
9af9a413 12endif