patch-2.4.0-prerelease linux/fs/vfat/Makefile
Next file: linux/fs/vfat/namei.c
Previous file: linux/fs/umsdos/Makefile
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
Fri Dec 29 14:07:23 2000
- Orig file:
v2.4.0-test12/linux/fs/vfat/Makefile
- Orig date:
Thu Oct 23 14:00:15 1997
diff -u --recursive --new-file v2.4.0-test12/linux/fs/vfat/Makefile linux/fs/vfat/Makefile
@@ -8,8 +8,10 @@
# Note 2! The CFLAGS definitions are now in the main makefile...
O_TARGET := vfat.o
-O_OBJS := namei.o
-OX_OBJS := vfatfs_syms.o
-M_OBJS := $(O_TARGET)
+
+export-objs := vfatfs_syms.o
+
+obj-y := namei.o vfatfs_syms.o
+obj-m := $(O_TARGET)
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)