patch-2.4.0-prerelease linux/fs/autofs/Makefile
Next file: linux/fs/autofs4/Makefile
Previous file: linux/fs/affs/symlink.c
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/fs/autofs/Makefile
- Orig date:
Tue May 13 22:41:14 1997
diff -u --recursive --new-file v2.4.0-test12/linux/fs/autofs/Makefile linux/fs/autofs/Makefile
@@ -5,31 +5,8 @@
#
O_TARGET := autofs.o
-O_OBJS := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o
-M_OBJS := $(O_TARGET)
+obj-y := dir.o dirhash.o init.o inode.o root.o symlink.o waitq.o
+obj-m := $(O_TARGET)
-ifdef TOPDIR
-#
-# Part of the kernel code
-#
include $(TOPDIR)/Rules.make
-else
-#
-# Standalone (handy for development)
-#
-include ../Makefile.rules
-
-CFLAGS += -D__KERNEL__ -DMODULE $(KFLAGS) -I../include -I$(KINCLUDE) $(MODFLAGS)
-
-all: $(O_TARGET)
-
-$(O_TARGET): $(O_OBJS)
- $(LD) -r -o $(O_TARGET) $(O_OBJS)
-
-install: $(O_TARGET)
- install -c $(O_TARGET) /lib/modules/`uname -r`/fs
-
-clean:
- rm -f *.o *.s
-endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)