mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-03-16 12:04:08 +00:00
Add hibernation (Suspend to Disk, aka ACPI S4) support for LoongArch. Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
4 lines
128 B
Makefile
4 lines
128 B
Makefile
obj-y += platform.o
|
|
|
|
obj-$(CONFIG_SUSPEND) += suspend.o suspend_asm.o
|
|
obj-$(CONFIG_HIBERNATION) += hibernate.o hibernate_asm.o
|