37cc794378
Trivial patch updating the voyagergx cchip code to reference a platform device instead, now that the dma mask is taken care of. Given this, there's no longer any reason to drag around the SH-bus code, so kill that off entirely. Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net> Signed-off-by: Paul Mundt <lethal@linux-sh.org> Cc: Greg KH <greg@kroah.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
14 lines
279 B
Makefile
14 lines
279 B
Makefile
#
|
|
# Makefile for the Linux/SuperH CPU-specifc backends.
|
|
#
|
|
|
|
obj-y += irq/ init.o clock.o
|
|
|
|
obj-$(CONFIG_CPU_SH2) += sh2/
|
|
obj-$(CONFIG_CPU_SH3) += sh3/
|
|
obj-$(CONFIG_CPU_SH4) += sh4/
|
|
|
|
obj-$(CONFIG_SH_RTC) += rtc.o
|
|
obj-$(CONFIG_UBC_WAKEUP) += ubc.o
|
|
obj-$(CONFIG_SH_ADC) += adc.o
|