diff options
Diffstat (limited to 'fs/umsdos/Makefile')
-rw-r--r-- | fs/umsdos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/umsdos/Makefile b/fs/umsdos/Makefile index f1b7b3ed4..c14c1b615 100644 --- a/fs/umsdos/Makefile +++ b/fs/umsdos/Makefile @@ -8,7 +8,7 @@ # Note 2: the CFLAGS definitions are now in the main makefile. O_TARGET := umsdos.o -O_OBJS := dir.o inode.o ioctl.o mangle.o namei.o rdir.o emd.o check.o +O_OBJS := dir.o inode.o ioctl.o mangle.o namei.o rdir.o emd.o M_OBJS := $(O_TARGET) |