diff options
Diffstat (limited to 'fs/umsdos/Makefile')
-rw-r--r-- | fs/umsdos/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/fs/umsdos/Makefile b/fs/umsdos/Makefile index 79942b072..000fb698f 100644 --- a/fs/umsdos/Makefile +++ b/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 |