b7557de41a
Patch from Richard Purdie This patch moves a large chunk of the sharpsl_pm driver to arch/arm/common so that it can be reused on other devices such as the SL-5500 (collie). It also abstracts some functions from the core into the machine and platform specific parts of the driver to aid reuse. Signed-off-by: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
18 lines
524 B
Makefile
18 lines
524 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y += rtctime.o
|
|
obj-$(CONFIG_ARM_AMBA) += amba.o
|
|
obj-$(CONFIG_ARM_GIC) += gic.o
|
|
obj-$(CONFIG_ICST525) += icst525.o
|
|
obj-$(CONFIG_ICST307) += icst307.o
|
|
obj-$(CONFIG_SA1111) += sa1111.o
|
|
obj-$(CONFIG_PCI_HOST_VIA82C505) += via82c505.o
|
|
obj-$(CONFIG_DMABOUNCE) += dmabounce.o
|
|
obj-$(CONFIG_TIMER_ACORN) += time-acorn.o
|
|
obj-$(CONFIG_SHARP_LOCOMO) += locomo.o
|
|
obj-$(CONFIG_SHARP_PARAM) += sharpsl_param.o
|
|
obj-$(CONFIG_SHARPSL_PM) += sharpsl_pm.o
|
|
obj-$(CONFIG_SHARP_SCOOP) += scoop.o
|