mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-23 07:05:27 +00:00
This patch introduces the hibernation backend support to the s390 architecture. Now it is possible to suspend a mainframe Linux guest using the following command: echo disk > /sys/power/state Signed-off-by: Hans-Joachim Picht <hans@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
9 lines
198 B
Makefile
9 lines
198 B
Makefile
#
|
|
# Makefile for s390 PM support
|
|
#
|
|
|
|
obj-$(CONFIG_HIBERNATION) += suspend.o
|
|
obj-$(CONFIG_HIBERNATION) += swsusp.o
|
|
obj-$(CONFIG_HIBERNATION) += swsusp_64.o
|
|
obj-$(CONFIG_HIBERNATION) += swsusp_asm64.o
|