You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
502 B
17 lines
502 B
|
|
ccflags-$(CONFIG_PM_DEBUG) := -DDEBUG |
|
|
|
obj-y += qos.o |
|
obj-$(CONFIG_PM) += main.o |
|
obj-$(CONFIG_VT_CONSOLE_SLEEP) += console.o |
|
obj-$(CONFIG_FREEZER) += process.o |
|
obj-$(CONFIG_SUSPEND) += suspend.o |
|
obj-$(CONFIG_PM_TEST_SUSPEND) += suspend_test.o |
|
obj-$(CONFIG_HIBERNATION) += hibernate.o snapshot.o swap.o user.o \ |
|
block_io.o |
|
obj-$(CONFIG_PM_AUTOSLEEP) += autosleep.o |
|
obj-$(CONFIG_PM_WAKELOCKS) += wakelock.o |
|
|
|
obj-$(CONFIG_MAGIC_SYSRQ) += poweroff.o |
|
|
|
obj-$(CONFIG_SUSPEND) += wakeup_reason.o
|
|
|