home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / ubuntu / squashfs / Makefile < prev   
Encoding:
Makefile  |  2009-09-09  |  126 b   |  7 lines

  1. #
  2. # Makefile for the linux squashfs routines.
  3. #
  4.  
  5. obj-$(CONFIG_SQUASHFS)    += squashfs.o
  6. squashfs-objs        := inode.o squashfs2_0.o
  7.