summaryrefslogtreecommitdiffstats
path: root/fs/efs/Makefile
diff options
context:
space:
mode:
authorAl Smith <Al.Smith@aeschi.ch.eu.org>1999-03-31 11:28:49 +0000
committerAl Smith <Al.Smith@aeschi.ch.eu.org>1999-03-31 11:28:49 +0000
commit4cd9a486c8091de019dadee71cb80d4b53d8bd6d (patch)
treeb32d3745ed7b46cc861cd607a33426581c7bb26c /fs/efs/Makefile
parent04a4c145e0293e7cd55c5c844eda08b1611e78a6 (diff)
Updated efs support to revision 0.97.
Diffstat (limited to 'fs/efs/Makefile')
-rw-r--r--fs/efs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/efs/Makefile b/fs/efs/Makefile
index af04e0324..e41be23f1 100644
--- a/fs/efs/Makefile
+++ b/fs/efs/Makefile
@@ -8,8 +8,7 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := efs.o
-O_OBJS := dir.o file.o inode.o namei.o \
- symlink.o
+O_OBJS := super.o inode.o namei.o dir.o file.o symlink.o
M_OBJS := $(O_TARGET)
include $(TOPDIR)/Rules.make