diff options
author | Mike Shaver <shaver@ingenia.com> | 1999-03-25 17:37:58 +0000 |
---|---|---|
committer | Mike Shaver <shaver@ingenia.com> | 1999-03-25 17:37:58 +0000 |
commit | 76a6e3640c7212dacd5ce3c39161921d31a69800 (patch) | |
tree | c67f026bd5cba1d1dc9efaf240b0ee8b62e47f68 /fs/efs/Makefile | |
parent | ae9d38e9ea2cb7f28e757975537dabe5fb2f145d (diff) |
Al Smith's new EFS code, which seems to work and things
Diffstat (limited to 'fs/efs/Makefile')
-rw-r--r-- | fs/efs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/efs/Makefile b/fs/efs/Makefile index 1a0435ed3..af04e0324 100644 --- a/fs/efs/Makefile +++ b/fs/efs/Makefile @@ -7,8 +7,6 @@ # # Note 2! The CFLAGS definitions are now in the main makefile... -EXTRA_CFLAGS +=-g -DDEBUG_EFS - O_TARGET := efs.o O_OBJS := dir.o file.o inode.o namei.o \ symlink.o |