blob: 5bfc33bec5d038a8471f3c2e0419e7730b509f88 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for the Linux/SuperH CPU-specifc backends.
3#
4
Paul Mundtbf3a00f2006-01-16 22:14:14 -08005obj-y += irq/ init.o bus.o clock.o
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
7obj-$(CONFIG_CPU_SH2) += sh2/
8obj-$(CONFIG_CPU_SH3) += sh3/
9obj-$(CONFIG_CPU_SH4) += sh4/
10
Paul Mundtbf3a00f2006-01-16 22:14:14 -080011obj-$(CONFIG_SH_RTC) += rtc.o
Linus Torvalds1da177e2005-04-16 15:20:36 -070012obj-$(CONFIG_UBC_WAKEUP) += ubc.o
Paul Mundtbf3a00f2006-01-16 22:14:14 -080013obj-$(CONFIG_SH_ADC) += adc.o