patch-2.4.0-prerelease linux/fs/coda/Makefile

Next file: linux/fs/coda/dir.c
Previous file: linux/fs/buffer.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test12/linux/fs/coda/Makefile linux/fs/coda/Makefile
@@ -3,9 +3,10 @@
 #
 
 O_TARGET := coda.o
-O_OBJS   := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o coda_linux.o\
-            symlink.o pioctl.o sysctl.o 
-M_OBJS   := $(O_TARGET)
+
+obj-y   := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o coda_linux.o\
+           symlink.o pioctl.o sysctl.o 
+obj-m   := $(O_TARGET)
 
 # If you want debugging output, please uncomment the following line.
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)