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

Linux Cross Reference
Linux/fs/autofs4/Makefile

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

  1 #
  2 # Makefile for the linux autofs-filesystem routines.
  3 #
  4 # We can build this either out of the kernel tree or the autofs tools tree.
  5 #
  6 
  7 O_TARGET := autofs4.o
  8 
  9 obj-y   := init.o inode.o root.o symlink.o waitq.o expire.o
 10 
 11 obj-m   := $(O_TARGET)
 12 
 13 include $(TOPDIR)/Rules.make

~ [ 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.