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/fat/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'fs/fat/Makefile') diff --git a/fs/fat/Makefile b/fs/fat/Makefile index 339250c7c..76368ae52 100644 --- a/fs/fat/Makefile +++ b/fs/fat/Makefile @@ -8,8 +8,10 @@ # Note 2! The CFLAGS definitions are now in the main makefile. O_TARGET := fat.o -O_OBJS := buffer.o cache.o dir.o file.o inode.o misc.o tables.o cvf.o -OX_OBJS := fatfs_syms.o -M_OBJS := $(O_TARGET) + +export-objs := fatfs_syms.o + +obj-y := buffer.o cache.o dir.o file.o inode.o misc.o tables.o cvf.o fatfs_syms.o +obj-m := $(O_TARGET) include $(TOPDIR)/Rules.make -- cgit v1.2.3