summaryrefslogtreecommitdiffstats
path: root/fs/isofs/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1997-12-06 23:51:34 +0000
commit230e5ab6a084ed50470f101934782dbf54b0d06b (patch)
tree5dd821c8d33f450470588e7a543f74bf74306e9e /fs/isofs/Makefile
parentc9b1c8a64c6444d189856f1e26bdcb8b4cd0113a (diff)
Merge with Linux 2.1.67.
Diffstat (limited to 'fs/isofs/Makefile')
-rw-r--r--fs/isofs/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/isofs/Makefile b/fs/isofs/Makefile
index 8dd4cc9ec..10a4404f8 100644
--- a/fs/isofs/Makefile
+++ b/fs/isofs/Makefile
@@ -9,6 +9,11 @@
O_TARGET := isofs.o
O_OBJS := namei.o inode.o file.o dir.o util.o rock.o symlink.o
+
+ifdef CONFIG_JOLIET
+O_OBJS += joliet.o
+endif
+
M_OBJS := $(O_TARGET)
include $(TOPDIR)/Rules.make