~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/fs/cramfs/Makefile

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 #
  2 # Makefile for the linux cramfs routines.
  3 #
  4 
  5 O_TARGET := cramfs.o
  6 
  7 obj-y  := inode.o uncompress.o inflate/zlib.o
  8 
  9 obj-m := $(O_TARGET)
 10 
 11 include $(TOPDIR)/Rules.make
 12 
 13 inflate/zlib.o:
 14         make -C inflate

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.