X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=88801025ed9d3ee4fe1d3612db0c79cdd48d6f7f;hp=45e02336b06822d7e455330e6f3bf074808e2744;hb=926fe7b5464f609d0b6f26572488b756428e93ec;hpb=8d557215d8d12565af090f8fc15153ba390a5481 diff --git a/Makefile b/Makefile index 45e0233..8880102 100644 --- a/Makefile +++ b/Makefile @@ -157,6 +157,7 @@ java_sources += build/java/gnu/regexp/REFilterReader.java java_classes := $(java_sources:build/java/%.java=build/class/%.class) java_classes += build/class/gnu/regexp/CharUnit.class build/class/gnu/regexp/IntPair.class +java_classes += build/class/org/ibex/util/MIPSApps.class .PRECIOUS: $(java_classes) $(java_sources) *.java upstream/org.ibex.crypto/src/org/ibex/crypto/DER.java