Makefile 149 B

123456
  1. obj-y := shutdown.o
  2. obj-$(CONFIG_PM) += main.o suspend.o resume.o runtime.o sysfs.o
  3. ifeq ($(CONFIG_DEBUG_DRIVER),y)
  4. EXTRA_CFLAGS += -DDEBUG
  5. endif