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