--- linux-2.2.0-pre2/fs/Makefile.original Thu Dec 31 18:28:21 1998 +++ linux-2.2.0-pre2/fs/Makefile Thu Dec 31 18:28:23 1998 @@ -272,11 +272,13 @@ endif -ifeq ($(CONFIG_BINFMT_MISC),y) -BINFMTS += binfmt_misc.o -else - ifeq ($(CONFIG_BINFMT_MISC),m) - M_OBJS += binfmt_misc.o +ifeq ($(CONFIG_PROC_FS),y) + ifeq ($(CONFIG_BINFMT_MISC),y) + BINFMTS += binfmt_misc.o + else + ifeq ($(CONFIG_BINFMT_MISC),m) + M_OBJS += binfmt_misc.o + endif endif endif