summaryrefslogtreecommitdiffstats
path: root/fs/isofs/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
committer <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
commite7c2a72e2680827d6a733931273a93461c0d8d1b (patch)
treec9abeda78ef7504062bb2e816bcf3e3c9d680112 /fs/isofs/Makefile
parentec6044459060a8c9ce7f64405c465d141898548c (diff)
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'fs/isofs/Makefile')
-rw-r--r--fs/isofs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/isofs/Makefile b/fs/isofs/Makefile
index a780af479..bea1ba27c 100644
--- a/fs/isofs/Makefile
+++ b/fs/isofs/Makefile
@@ -19,6 +19,9 @@ OBJS= namei.o inode.o file.o dir.o util.o rock.o symlink.o
isofs.o: $(OBJS)
$(LD) -r -o isofs.o $(OBJS)
+modules: isofs.o
+ ln -sf ../fs/isofs/isofs.o $(TOPDIR)/modules
+
dep:
$(CPP) -M *.c > .depend