compensate for lameness from Brian
[org.ibex.core.git] / Makefile
index 3e248f5..72d1f5f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -106,6 +106,7 @@ java_src_sources          += $(plat_java_src_sources)
 java_sources              := $(patsubst src/%.java,     build/java/%.java, $(java_src_sources))
 
 java_sources              += build/java/org/ibex/nestedvm/util/Seekable.java
+java_sources              += build/java/org/ibex/nestedvm/util/Platform.java
 java_sources              += build/java/org/ibex/nestedvm/Registers.java
 java_sources              += build/java/org/ibex/nestedvm/Runtime.java
 java_sources              += build/java/org/ibex/nestedvm/UsermodeConstants.java