summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hpfs/Makefile')
-rw-r--r--fs/hpfs/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/fs/hpfs/Makefile b/fs/hpfs/Makefile
index b4170046d..46f1ffae0 100644
--- a/fs/hpfs/Makefile
+++ b/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