Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v2.6.17 6 lines 149 B view raw
1obj-y := shutdown.o 2obj-$(CONFIG_PM) += main.o suspend.o resume.o runtime.o sysfs.o 3 4ifeq ($(CONFIG_DEBUG_DRIVER),y) 5EXTRA_CFLAGS += -DDEBUG 6endif