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
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.