diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
commit | e7c2a72e2680827d6a733931273a93461c0d8d1b (patch) | |
tree | c9abeda78ef7504062bb2e816bcf3e3c9d680112 /fs/umsdos/Makefile | |
parent | ec6044459060a8c9ce7f64405c465d141898548c (diff) |
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'fs/umsdos/Makefile')
-rw-r--r-- | fs/umsdos/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/umsdos/Makefile b/fs/umsdos/Makefile index cfba11e63..8bdf98f97 100644 --- a/fs/umsdos/Makefile +++ b/fs/umsdos/Makefile @@ -7,10 +7,6 @@ # # Note 2! The CFLAGS definitions are now in the main makefile... -ifndef CONFIG_UMSDOS_FS -CFLAGS := $(CFLAGS) -DMODULE -endif - .c.s: $(CC) $(CFLAGS) -S $< .c.o: @@ -24,6 +20,9 @@ OBJS= dir.o emd.o file.o inode.o ioctl.o mangle.o namei.o\ umsdos.o: $(OBJS) $(LD) -r -o umsdos.o $(OBJS) +modules: umsdos.o + ln -sf ../fs/umsdos/umsdos.o $(TOPDIR)/modules + clean: rm -f core *.o *.a *.s |