Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.37-rc3 9 lines 299 B view raw
1obj-$(CONFIG_PM) += sysfs.o 2obj-$(CONFIG_PM_SLEEP) += main.o wakeup.o 3obj-$(CONFIG_PM_RUNTIME) += runtime.o 4obj-$(CONFIG_PM_OPS) += generic_ops.o 5obj-$(CONFIG_PM_TRACE_RTC) += trace.o 6obj-$(CONFIG_PM_OPP) += opp.o 7 8ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG 9ccflags-$(CONFIG_PM_VERBOSE) += -DDEBUG