patch-2.3.2 linux/fs/hpfs/Makefile
Next file: linux/fs/hpfs/alloc.c
Previous file: linux/fs/filesystems.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu May 13 23:48:20 1999
- Orig file:
v2.3.1/linux/fs/hpfs/Makefile
- Orig date:
Wed Jun 24 14:30:10 1998
diff -u --recursive --new-file v2.3.1/linux/fs/hpfs/Makefile linux/fs/hpfs/Makefile
@@ -1,14 +1,5 @@
-#
-# Makefile for the Linux HPFS filesystem routines.
-#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
-# unless it's something special (not a .c file).
-#
-# Note 2! The CFLAGS definitions are now in the main makefile.
-
O_TARGET := hpfs.o
-O_OBJS := hpfs_fs.o hpfs_caps.o
-M_OBJS := $(O_TARGET)
+O_OBJS := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o inode.o map.o mmap.o name.o namei.o super.o
+M_OBJS := $(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)