summaryrefslogtreecommitdiffstats
path: root/fs/isofs/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
committer <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
commitbeb116954b9b7f3bb56412b2494b562f02b864b1 (patch)
tree120e997879884e1b9d93b265221b939d2ef1ade1 /fs/isofs/Makefile
parent908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff)
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'fs/isofs/Makefile')
-rw-r--r--fs/isofs/Makefile27
1 files changed, 4 insertions, 23 deletions
diff --git a/fs/isofs/Makefile b/fs/isofs/Makefile
index bea1ba27c..8dd4cc9ec 100644
--- a/fs/isofs/Makefile
+++ b/fs/isofs/Makefile
@@ -7,27 +7,8 @@
#
# Note 2! The CFLAGS definitions are now in the main makefile...
-.c.s:
- $(CC) $(CFLAGS) -S $<
-.c.o:
- $(CC) $(CFLAGS) -c $<
-.s.o:
- $(AS) -o $*.o $<
+O_TARGET := isofs.o
+O_OBJS := namei.o inode.o file.o dir.o util.o rock.o symlink.o
+M_OBJS := $(O_TARGET)
-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
-
-#
-# include a dependency file if one exists
-#
-ifeq (.depend,$(wildcard .depend))
-include .depend
-endif
+include $(TOPDIR)/Rules.make