hugetlb: introduce generic version of hugetlb_free_pgd_range
[linux/fpc-iii.git] / arch / sh / boards / mach-highlander / Makefile
blob880ed68138b00ff3a7aea6efe20fd16f858ec95b
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the Highlander specific parts of the kernel
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
10 ifneq ($(CONFIG_SH_R7785RP),y)
11 obj-$(CONFIG_PUSH_SWITCH) += psw.o
12 endif