2005-04-17 05:20:36 +07:00
|
|
|
#
|
|
|
|
# Makefile for the Linux/SuperH CPU-specifc backends.
|
|
|
|
#
|
|
|
|
|
2006-11-05 13:40:13 +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 16:11:18 +07:00
|
|
|
obj-$(CONFIG_CPU_SH5) = sh5/
|
|
|
|
|
|
|
|
# Special cases for family ancestry.
|
|
|
|
|
2006-12-11 18:28:03 +07:00
|
|
|
obj-$(CONFIG_CPU_SH4A) += sh4a/
|
2009-03-16 18:00:17 +07:00
|
|
|
obj-$(CONFIG_ARCH_SHMOBILE) += shmobile/
|
2005-04-17 05:20:36 +07:00
|
|
|
|
2007-11-11 16:11:18 +07:00
|
|
|
# Common interfaces.
|
|
|
|
|
2006-01-17 13:14:14 +07:00
|
|
|
obj-$(CONFIG_SH_ADC) += adc.o
|
2010-05-11 20:29:34 +07:00
|
|
|
obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o
|
2006-11-05 13:40:13 +07:00
|
|
|
|
2011-04-15 14:44:27 +07:00
|
|
|
obj-y += irq/ init.o clock.o fpu.o hwblk.o proc.o
|