Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the Linux/SuperH CPU-specifc backends. |
| 3 | # |
| 4 | |
Paul Mundt | bf3a00f | 2006-01-16 22:14:14 -0800 | [diff] [blame^] | 5 | obj-y += irq/ init.o bus.o clock.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
| 7 | obj-$(CONFIG_CPU_SH2) += sh2/ |
| 8 | obj-$(CONFIG_CPU_SH3) += sh3/ |
| 9 | obj-$(CONFIG_CPU_SH4) += sh4/ |
| 10 | |
Paul Mundt | bf3a00f | 2006-01-16 22:14:14 -0800 | [diff] [blame^] | 11 | obj-$(CONFIG_SH_RTC) += rtc.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | obj-$(CONFIG_UBC_WAKEUP) += ubc.o |
Paul Mundt | bf3a00f | 2006-01-16 22:14:14 -0800 | [diff] [blame^] | 13 | obj-$(CONFIG_SH_ADC) += adc.o |