]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/sh/boards/mach-highlander/Makefile
Merge branch 'linus' into core/urgent, to pick up dependent commits
[mirror_ubuntu-focal-kernel.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