2005-04-17 06:20:36 +08:00
|
|
|
#
|
|
|
|
# Makefile for the Linux/SuperH CPU-specifc backends.
|
|
|
|
#
|
|
|
|
|
2006-11-05 14:40:13 +08:00
|
|
|
obj-$(CONFIG_CPU_SH2) = sh2/
|
|
|
|
obj-$(CONFIG_CPU_SH2A) = sh2a/
|
|
|
|
obj-$(CONFIG_CPU_SH3) = sh3/
|
|
|
|
obj-$(CONFIG_CPU_SH4) = sh4/
|
2007-11-11 17:11:18 +08:00
|
|
|
obj-$(CONFIG_CPU_SH5) = sh5/
|
|
|
|
|
|
|
|
# Special cases for family ancestry.
|
|
|
|
|
2006-12-11 19:28:03 +08:00
|
|
|
obj-$(CONFIG_CPU_SH4A) += sh4a/
|
2009-03-16 19:00:17 +08:00
|
|
|
obj-$(CONFIG_ARCH_SHMOBILE) += shmobile/
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2007-11-11 17:11:18 +08:00
|
|
|
# Common interfaces.
|
|
|
|
|
2006-01-17 14:14:14 +08:00
|
|
|
obj-$(CONFIG_SH_ADC) += adc.o
|
2010-05-11 21:29:34 +08:00
|
|
|
obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o
|
2006-11-05 14:40:13 +08:00
|
|
|
|
2011-11-17 21:55:47 +08:00
|
|
|
obj-y += irq/ init.o clock.o fpu.o proc.o
|