1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the Linux/SuperH SH-2A backends 4 # 5 6 obj-y := common.o probe.o opcode_helper.o 7 8 common-y += ex.o entry.o 9 10 obj-$(CONFIG_SH_FPU) += fpu.o 11 12 obj-$(CONFIG_CPU_SUBTYPE_SH7201) += set 13 obj-$(CONFIG_CPU_SUBTYPE_SH7203) += set 14 obj-$(CONFIG_CPU_SUBTYPE_SH7263) += set 15 obj-$(CONFIG_CPU_SUBTYPE_SH7264) += set 16 obj-$(CONFIG_CPU_SUBTYPE_SH7206) += set 17 obj-$(CONFIG_CPU_SUBTYPE_SH7269) += set 18 obj-$(CONFIG_CPU_SUBTYPE_MXG) += set 19 20 # Pinmux setup 21 pinmux-$(CONFIG_CPU_SUBTYPE_SH7203) := pin 22 pinmux-$(CONFIG_CPU_SUBTYPE_SH7264) := pin 23 pinmux-$(CONFIG_CPU_SUBTYPE_SH7269) := pin 24 25 obj-$(CONFIG_GPIOLIB) += $(p
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.