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

Linux Cross Reference
Linux/fs/coda/Makefile

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

  1 #
  2 # Makefile for the Linux Coda filesystem routines.
  3 #
  4 
  5 O_TARGET := coda.o
  6 
  7 obj-y   := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o coda_linux.o\
  8            symlink.o pioctl.o sysctl.o 
  9 obj-m   := $(O_TARGET)
 10 
 11 # If you want debugging output, please uncomment the following line.
 12 
 13 # EXTRA_CFLAGS += -DDEBUG -DDEBUG_SMB_MALLOC=1
 14 
 15 include $(TOPDIR)/Rules.make
 16 

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