diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-09-19 19:15:08 +0000 |
commit | 03ba4131783cc9e872f8bb26a03f15bc11f27564 (patch) | |
tree | 88db8dba75ae06ba3bad08e42c5e52efc162535c /fs/umsdos/Makefile | |
parent | 257730f99381dd26e10b832fce4c94cae7ac1176 (diff) |
- Merge with Linux 2.1.121.
- Bugfixes.
Diffstat (limited to 'fs/umsdos/Makefile')
-rw-r--r-- | fs/umsdos/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/fs/umsdos/Makefile b/fs/umsdos/Makefile index 000fb698f..f4c8dfb53 100644 --- a/fs/umsdos/Makefile +++ b/fs/umsdos/Makefile @@ -1,17 +1,15 @@ # -# Makefile for the umsdos unix-like filesystem routines. +# Makefile for the umsdos Unix-like filesystem routines. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). +# unless it's something special (not a .c file). # -# Note 2! The CFLAGS definitions are now in the main makefile... +# Note 2: the CFLAGS definitions are now in the main makefile. O_TARGET := umsdos.o O_OBJS := dir.o file.o inode.o ioctl.o mangle.o namei.o \ - rdir.o symlink.o emd.o - -#check.o + rdir.o symlink.o emd.o check.o M_OBJS := $(O_TARGET) |