| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # Makefile for the Linux/SuperH CPU-specifc backends. | 
 | 3 | # | 
 | 4 |  | 
| Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 5 | obj-$(CONFIG_CPU_SH2)		= sh2/ | 
 | 6 | obj-$(CONFIG_CPU_SH2A)		= sh2a/ | 
 | 7 | obj-$(CONFIG_CPU_SH3)		= sh3/ | 
 | 8 | obj-$(CONFIG_CPU_SH4)		= sh4/ | 
| Paul Mundt | 343ac72 | 2007-11-11 18:11:18 +0900 | [diff] [blame] | 9 | obj-$(CONFIG_CPU_SH5)		= sh5/ | 
 | 10 |  | 
 | 11 | # Special cases for family ancestry. | 
 | 12 |  | 
| Paul Mundt | 41504c3 | 2006-12-11 20:28:03 +0900 | [diff] [blame] | 13 | obj-$(CONFIG_CPU_SH4A)		+= sh4a/ | 
| Paul Mundt | e9edb3f | 2009-03-16 20:00:17 +0900 | [diff] [blame] | 14 | obj-$(CONFIG_ARCH_SHMOBILE)	+= shmobile/ | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 |  | 
| Paul Mundt | 343ac72 | 2007-11-11 18:11:18 +0900 | [diff] [blame] | 16 | # Common interfaces. | 
 | 17 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | obj-$(CONFIG_UBC_WAKEUP)	+= ubc.o | 
| Paul Mundt | bf3a00f | 2006-01-16 22:14:14 -0800 | [diff] [blame] | 19 | obj-$(CONFIG_SH_ADC)		+= adc.o | 
| Paul Mundt | 36aa1e3 | 2009-05-22 14:00:34 +0900 | [diff] [blame] | 20 | obj-$(CONFIG_SH_CLK_CPG)	+= clock-cpg.o | 
| Yoshinori Sato | 9d4436a | 2006-11-05 15:40:13 +0900 | [diff] [blame] | 21 |  | 
| Magnus Damm | 79714ac | 2009-07-03 10:08:05 +0000 | [diff] [blame^] | 22 | obj-y	+= irq/ init.o clock.o hwblk.o |