summaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/Makefile b/fs/Makefile
index b94509a03..069b1a2a4 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -263,14 +263,6 @@ else
endif
endif
-ifeq ($(CONFIG_BINFMT_JAVA),y)
-BINFMTS += binfmt_java.o
-else
- ifeq ($(CONFIG_BINFMT_JAVA),m)
- M_OBJS += binfmt_java.o
- endif
-endif
-
ifeq ($(CONFIG_BINFMT_EM86),y)
BINFMTS += binfmt_em86.o
else