Files

22 lines
480 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0
2005-04-16 15:20:36 -07:00
#
2016-09-17 23:44:17 +09:00
# Makefile for the Linux/SuperH CPU-specific backends.
2005-04-16 15:20:36 -07:00
#
obj-$(CONFIG_CPU_SH2) = sh2/
obj-$(CONFIG_CPU_SH2A) = sh2a/
obj-$(CONFIG_CPU_SH3) = sh3/
obj-$(CONFIG_CPU_SH4) = sh4/
2007-11-11 18:11:18 +09:00
# Special cases for family ancestry.
2006-12-11 20:28:03 +09:00
obj-$(CONFIG_CPU_SH4A) += sh4a/
obj-$(CONFIG_ARCH_SHMOBILE) += shmobile/
2005-04-16 15:20:36 -07:00
2007-11-11 18:11:18 +09:00
# Common interfaces.
2006-01-16 22:14:14 -08:00
obj-$(CONFIG_SH_ADC) += adc.o
obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o
obj-y += irq/ init.o clock.o fpu.o pfc.o proc.o