home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / base / power / Makefile
Encoding:
Makefile  |  2006-08-11  |  149 b   |  7 lines

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