aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/power/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/power/Makefile')
-rw-r--r--arch/s390/power/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/s390/power/Makefile b/arch/s390/power/Makefile
new file mode 100644
index 000000000000..973bb45a8fec
--- /dev/null
+++ b/arch/s390/power/Makefile
@@ -0,0 +1,8 @@
+#
+# 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