arm: fix typos in makefile for ARM m5 util and link statically
authorAnthony Gutierrez <atgutier@umich.edu>
Tue, 1 Apr 2014 16:35:31 +0000 (12:35 -0400)
committerAnthony Gutierrez <atgutier@umich.edu>
Tue, 1 Apr 2014 16:35:31 +0000 (12:35 -0400)
commit8d665ee166bf5476bb9b73a0016843ff9953c266
treea4acf874bd89b477ee13d0e69e81cd296de2758f
parentd6542d7758d52625bfb92d007d98b8f845dd69ee
arm: fix typos in makefile for ARM m5 util and link statically

1) fixes a typo for clean target libgemOpJni.so -> libgem5OpJni.so
2) addes jni_gem5Op.h to clean since it is added during make
3) links the m5 utility statically since it won't work on some images otherwise
util/m5/Makefile.arm