mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-08 04:15:26 +07:00
![Rafael J. Wysocki](/assets/img/avatar_default.png)
Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION to avoid confusion (among other things, with CONFIG_SUSPEND introduced in the next patch). Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
3 lines
75 B
Makefile
3 lines
75 B
Makefile
obj-$(CONFIG_PM) += cpu.o
|
|
obj-$(CONFIG_HIBERNATION) += swsusp.o suspend.o
|