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 / fs / debugfs / Makefile
Encoding:
Makefile  |  2006-08-11  |  69 b   |  5 lines

  1. debugfs-objs    := inode.o file.o
  2.  
  3. obj-$(CONFIG_DEBUG_FS)    += debugfs.o
  4.  
  5.