patch-2.1.87 linux/fs/umsdos/Makefile

Next file: linux/fs/umsdos/README-WIP.txt
Previous file: linux/fs/ufs/ufs_symlink.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.86/linux/fs/umsdos/Makefile linux/fs/umsdos/Makefile
@@ -6,10 +6,13 @@
 # unless it's something special (ie not a .c file).
 #
 # Note 2! The CFLAGS definitions are now in the main makefile...
-
 O_TARGET := umsdos.o
-O_OBJS   := dir.o emd.o file.o inode.o ioctl.o mangle.o namei.o \
-		rdir.o symlink.o #check.o
+
+O_OBJS   := dir.o  file.o inode.o ioctl.o mangle.o namei.o \
+		rdir.o symlink.o emd.o 
+
+#check.o
+
 M_OBJS   := $(O_TARGET)
 
 include $(TOPDIR)/Rules.make

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov