mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
8b61f37440
Add the platform suspend ops for highbank. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
7 lines
237 B
Makefile
7 lines
237 B
Makefile
obj-y := clock.o highbank.o system.o
|
|
obj-$(CONFIG_DEBUG_HIGHBANK_UART) += lluart.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|
|
obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
|
obj-$(CONFIG_PM_SLEEP) += pm.o
|