summaryrefslogtreecommitdiffstats
path: root/fs/ufs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ufs/Makefile')
-rw-r--r--fs/ufs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile
index f8326866d..39d0d39ef 100644
--- a/fs/ufs/Makefile
+++ b/fs/ufs/Makefile
@@ -8,7 +8,7 @@
# Note 2! The CFLAGS definitions are now in the main makefile.
O_TARGET := ufs.o
-O_OBJS := acl.o balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
+O_OBJS := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
namei.o super.o symlink.o truncate.o util.o
M_OBJS := $(O_TARGET)