patch-2.4.0-prerelease linux/fs/smbfs/Makefile
Next file: linux/fs/smbfs/file.c
Previous file: linux/fs/romfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/fs/smbfs/Makefile
- Orig date:
Mon Aug 14 13:31:10 2000
diff -u --recursive --new-file v2.4.0-test12/linux/fs/smbfs/Makefile linux/fs/smbfs/Makefile
@@ -8,8 +8,9 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := smbfs.o
-O_OBJS := proc.o dir.o cache.o sock.o inode.o file.o ioctl.o getopt.o
-M_OBJS := $(O_TARGET)
+
+obj-y := proc.o dir.o cache.o sock.o inode.o file.o ioctl.o getopt.o
+obj-m := $(O_TARGET)
# If you want debugging output, you may add these flags to the EXTRA_CFLAGS
# SMBFS_PARANOIA should normally be enabled.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)