ef27bed187
Since the power.subsys_data device field will be used by multiple filesystems, introduce a reference counting mechanism for it to avoid freeing it prematurely or changing its value at a wrong time. Make the PM clocks management code that currently is the only user of power.subsys_data use the new reference counting. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
9 lines
No EOL
325 B
Makefile
9 lines
No EOL
325 B
Makefile
obj-$(CONFIG_PM) += sysfs.o generic_ops.o common.o
|
|
obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o
|
|
obj-$(CONFIG_PM_RUNTIME) += runtime.o
|
|
obj-$(CONFIG_PM_TRACE_RTC) += trace.o
|
|
obj-$(CONFIG_PM_OPP) += opp.o
|
|
obj-$(CONFIG_PM_GENERIC_DOMAINS) += domain.o
|
|
obj-$(CONFIG_HAVE_CLK) += clock_ops.o
|
|
|
|
ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
|