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/ufs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fs/ufs/Makefile') diff --git a/fs/ufs/Makefile b/fs/ufs/Makefile index 39d0d39ef..4e74b2459 100644 --- a/fs/ufs/Makefile +++ b/fs/ufs/Makefile @@ -8,8 +8,9 @@ # Note 2! The CFLAGS definitions are now in the main makefile. O_TARGET := ufs.o -O_OBJS := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \ + +obj-y := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \ namei.o super.o symlink.o truncate.o util.o -M_OBJS := $(O_TARGET) +obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make -- cgit v1.2.3