From b2ad5f821b1381492d792ca10b1eb7a107b48f14 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 10 Jan 2001 17:17:53 +0000 Subject: Merge with Linux 2.4.0-prerelease. Big Makefile rewrite, test your Makefiles. --- fs/autofs/Makefile | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'fs/autofs/Makefile') diff --git a/fs/autofs/Makefile b/fs/autofs/Makefile index 1681c3d31..5c8dbcfe3 100644 --- a/fs/autofs/Makefile +++ b/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 -- cgit v1.2.3