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.32-rc1 7 lines 222 B view raw
1obj-$(CONFIG_PM) += sysfs.o 2obj-$(CONFIG_PM_SLEEP) += main.o 3obj-$(CONFIG_PM_RUNTIME) += runtime.o 4obj-$(CONFIG_PM_TRACE_RTC) += trace.o 5 6ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG 7ccflags-$(CONFIG_PM_VERBOSE) += -DDEBUG