patch-2.3.29 linux/fs/Makefile

Next file: linux/fs/binfmt_aout.c
Previous file: linux/fs/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.28/linux/fs/Makefile linux/fs/Makefile
@@ -265,14 +265,6 @@
   endif
 endif
 
-ifeq ($(CONFIG_BINFMT_ELF),y)
-BINFMTS += binfmt_elf.o
-else
-  ifeq ($(CONFIG_BINFMT_ELF),m)
-  M_OBJS += binfmt_elf.o
-  endif
-endif
-
 ifeq ($(CONFIG_BINFMT_AOUT),y)
 BINFMTS += binfmt_aout.o
 else
@@ -289,7 +281,6 @@
   endif
 endif
 
-
 ifeq ($(CONFIG_BINFMT_MISC),y)
 BINFMTS += binfmt_misc.o
 else
@@ -300,5 +291,13 @@
 
 # binfmt_script is always there
 BINFMTS += binfmt_script.o
+
+ifeq ($(CONFIG_BINFMT_ELF),y)
+BINFMTS += binfmt_elf.o
+else
+  ifeq ($(CONFIG_BINFMT_ELF),m)
+  M_OBJS += binfmt_elf.o
+  endif
+endif
 
 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)