build fix: make sure that org.ibex.plat.JVM is always preprocessed into build/java
[org.ibex.core.git] / Makefile
index d09fcb1..fbe7bcd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ include Makefile.upstream
 #              xargs --replace make -s superclass_org.ibex.plat.{}
 
 plat_classes_AWT     := org.ibex.plat.AWT
-plat_classes_Java2   := org.ibex.plat.Java2 $(plat_classes_AWT)
+plat_classes_Java2   := org.ibex.plat.Java2 org.ibex.plat.JVM $(plat_classes_AWT)
 plat_classes_GCJ     := org.ibex.plat.GCJ
 plat_classes_Win32   := org.ibex.plat.Win32 $(plat_classes_GCJ)
 plat_classes_POSIX   := org.ibex.plat.POSIX $(plat_classes_GCJ)