diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1998-08-25 09:12:35 +0000 |
commit | c7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch) | |
tree | 3682407a599b8f9f03fc096298134cafba1c9b2f /fs/msdos | |
parent | 1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff) |
o Merge with Linux 2.1.116.
o New Newport console code.
o New G364 console code.
Diffstat (limited to 'fs/msdos')
-rw-r--r-- | fs/msdos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/msdos/Makefile b/fs/msdos/Makefile index 7d5546496..01a5ebdc1 100644 --- a/fs/msdos/Makefile +++ b/fs/msdos/Makefile @@ -1,11 +1,11 @@ # -# Makefile for the linux msdos-filesystem routines. +# Makefile for the Linux msdos 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). # -# Note 2! The CFLAGS definitions are now in the main makefile... +# Note 2! The CFLAGS definitions are now in the main makefile. O_TARGET := msdos.o O_OBJS := namei.o |