Makefile
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

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