From e7c2a72e2680827d6a733931273a93461c0d8d1b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 14 Nov 1995 08:00:00 +0000 Subject: Import of Linux/MIPS 1.3.0 --- fs/isofs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fs/isofs/Makefile') 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 -- cgit v1.2.3