mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-10 15:54:39 +08:00
7db54bfe44
Add hibernation (Suspend to Disk, aka ACPI S4) support for LoongArch. Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
5 lines
128 B
Makefile
5 lines
128 B
Makefile
obj-y += platform.o
|
|
|
|
obj-$(CONFIG_SUSPEND) += suspend.o suspend_asm.o
|
|
obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|