patch-1.3.100 linux/fs/Makefile
Next file: linux/fs/affs/amigaffs.c
Previous file: linux/drivers/scsi/in2000.readme
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Wed May  8 18:28:01 1996
-  Orig file: 
v1.3.99/linux/fs/Makefile
-  Orig date: 
Sat Apr 27 15:19:57 1996
diff -u --recursive --new-file v1.3.99/linux/fs/Makefile linux/fs/Makefile
@@ -173,6 +173,14 @@
   endif
 endif
 
+ifeq ($(CONFIG_BINFMT_JAVA),y)
+BINFMTS += binfmt_java.o
+else
+  ifeq ($(CONFIG_BINFMT_JAVA),m)
+  M_OBJS += binfmt_java.o
+  endif
+endif
+
 # binfmt_script is always there
 BINFMTS += binfmt_script.o
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this