# # Makefile for the linux ncp filesystem routines. # obj-$([31mCONFIG_NCP_FS[0m) += ncpfs.o ncpfs-y := dir.o file.o inode.o ioctl.o mmap.o ncplib_kernel.o sock.o \ ncpsign_kernel.o getopt.o ncpfs-$([31mCONFIG_NCPFS_EXTRAS[0m) += symlink.o ncpfs-$([31mCONFIG_NCPFS_NFS_NS[0m) += symlink.o # If you want debugging output, please uncomment the following line # ccflags-y := -DDEBUG_NCP=1 CFLAGS_ncplib_kernel.o := -finline-functions |