2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# Makefile for the Linux/SuperH CPU-specifc backends.
|
|
|
|
#
|
|
|
|
|
2006-11-05 15:40:13 +09: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
|
|
|
obj-$(CONFIG_CPU_SH5) = sh5/
|
|
|
|
|
|
|
|
# Special cases for family ancestry.
|
|
|
|
|
2006-12-11 20:28:03 +09:00
|
|
|
obj-$(CONFIG_CPU_SH4A) += sh4a/
|
2009-03-16 20:00:17 +09:00
|
|
|
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
|
2010-05-11 13:29:34 +00:00
|
|
|
obj-$(CONFIG_SH_CLK_CPG_LEGACY) += clock-cpg.o
|
2006-11-05 15:40:13 +09:00
|
|
|
|
2012-12-15 23:51:04 +01:00
|
|
|
obj-y += irq/ init.o clock.o fpu.o pfc.o proc.o
|