From 7acb77a6e7bddd4c4c5aa975bbf976927c013798 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 17 Jun 1997 13:20:30 +0000 Subject: Merge with 2.1.43. --- fs/Makefile | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'fs/Makefile') diff --git a/fs/Makefile b/fs/Makefile index 471a9de5c..fb9da7124 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -10,10 +10,10 @@ L_TARGET := filesystems.a L_OBJS = $(join $(SUB_DIRS),$(SUB_DIRS:%=/%.o)) O_TARGET := fs.o -O_OBJS = open.o read_write.o inode.o devices.o file_table.o buffer.o \ +O_OBJS = open.o read_write.o devices.o file_table.o buffer.o \ super.o block_dev.o stat.o exec.o pipe.o namei.o fcntl.o \ ioctl.o readdir.o select.o fifo.o locks.o filesystems.o \ - dcache.o $(BINFMTS) + inode.o dcache.o attr.o $(BINFMTS) MOD_LIST_NAME := FS_MODULES ALL_SUB_DIRS = minix ext2 fat msdos vfat proc isofs nfs umsdos \ @@ -25,6 +25,10 @@ else O_OBJS += noquot.o endif +ifeq ($(CONFIG_TRANS_NAMES),y) +O_OBJS += nametrans.o +endif + ifeq ($(CONFIG_MINIX_FS),y) SUB_DIRS += minix else @@ -211,6 +215,14 @@ else endif +ifeq ($(CONFIG_BINFMT_MISC),y) +BINFMTS += binfmt_misc.o +else + ifeq ($(CONFIG_BINFMT_MISC),m) + M_OBJS += binfmt_misc.o + endif +endif + # binfmt_script is always there BINFMTS += binfmt_script.o -- cgit v1.2.3